#DDB654

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

Shades of Rob Roy #DDB654

Tints of Rob Roy #DDB654

Color information

#DDB654 (or 0xDDB654) is unknown color: approx Rob Roy. HEX triplet: DD, B6 and 54. RGB value is (221,182,84). Sum of RGB (Red+Green+Blue) = 221+182+84=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 84 (33.20% from 255 or 17.25% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB654 is #2249AB. Grayscale: #B6B6B6. Windows color (decimal): -2247084 or 5551837. OLE color: 5551837.

HSL color Cylindrical-coordinate representation of color #DDB654: hue angle of 42.92º 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 #DDB654 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB22118284-
CMYK00.180.620.13
HSL42.92º66.83%59.8%-
HSV(B)42.92º61.99%86.67%-
XYZ48.1549.4715.4-
YUV182.4972.42155.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.38%
GREEN value IS 182 (71.48% from 255) = 37.37%
BLUE value IS 84 (33.20% from 255) = 17.25%
R=45.38%
G=37.37%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211828400.180.620.1342.9266.8359.8
HexDDB6540123ED2b433c
Octal33526612402276155310374
Binary1101110110110110101010001001011111011011010111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB654; }

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

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

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

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

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

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

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

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