#DDB354

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

Shades of Rob Roy #DDB354

Tints of Rob Roy #DDB354

Color information

#DDB354 (or 0xDDB354) is unknown color: approx Rob Roy. HEX triplet: DD, B3 and 54. RGB value is (221,179,84). Sum of RGB (Red+Green+Blue) = 221+179+84=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB354 is #224CAB. Grayscale: #B5B5B5. Windows color (decimal): -2247852 or 5551069. OLE color: 5551069.

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

Color convert

RGB22117984-
CMYK00.190.620.13
HSL41.61º66.83%59.8%-
HSV(B)41.61º61.99%86.67%-
XYZ47.5448.2515.2-
YUV180.7373.41156.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.66%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 84 (33.20% from 255) = 17.36%
R=45.66%
G=36.98%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211798400.190.620.1341.6166.8359.8
HexDDB3540133ED2a433c
Octal33526312402376155210374
Binary1101110110110011101010001001111111011011010101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB354; }

 p { color: rgb(221,179,84); }

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

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

 a { background-color: rgb(221,179,84); }

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

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

 span { border-color: rgb(221,179,84); }

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