#DDB856

Color #DDB856 Rob Roy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rob Roy #DDB856

Tints of Rob Roy #DDB856

Color information

#DDB856 (or 0xDDB856) is unknown color: approx Rob Roy. HEX triplet: DD, B8 and 56. RGB value is (221,184,86). Sum of RGB (Red+Green+Blue) = 221+184+86=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 86 (33.98% from 255 or 17.52% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB856 is #2247A9. Grayscale: #B8B8B8. Windows color (decimal): -2246570 or 5683421. OLE color: 5683421.

HSL color Cylindrical-coordinate representation of color #DDB856: hue angle of 43.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDB856 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB22118486-
CMYK00.170.610.13
HSL43.56º66.5%60.2%-
HSV(B)43.56º61.09%86.67%-
XYZ48.6450.3315.95-
YUV183.8972.76154.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 184 (72.27% from 255) = 37.47%
BLUE value IS 86 (33.98% from 255) = 17.52%
R=45.01%
G=37.47%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211848600.170.610.1343.5666.560.2
HexDDB8560113DD2c433c
Octal33527012602175155410374
Binary1101110110111000101011001000111110111011011001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB856; }

 p { color: rgb(221,184,86); }

 H1.HeaderClassName
 {
   color: #DDB856;
 }
 .AnyTagClassName
 {
   color: #DDB856;
 }
</style>
background-color css

<style>
 a { background-color: #DDB856; }

 a { background-color: rgb(221,184,86); }

 div.DivClassName
 {
   background-color: #DDB856;
 }
 .BgClassName
 {
   background-color: #DDB856;
 }
</style>
border-color css

<style>
 span { border-color: #DDB856; }

 span { border-color: rgb(221,184,86); }

 td.TdClassName
 {
   border-color: #DDB856;
 }
 .TagClassName
 {
   border-color: #DDB856;
 }
</style>