#DDB551

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

Shades of Rob Roy #DDB551

Tints of Rob Roy #DDB551

Color information

#DDB551 (or 0xDDB551) is unknown color: approx Rob Roy. HEX triplet: DD, B5 and 51. RGB value is (221,181,81). Sum of RGB (Red+Green+Blue) = 221+181+81=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 81 (32.03% from 255 or 16.77% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB551 is #224AAE. Grayscale: #B5B5B5. Windows color (decimal): -2247343 or 5354973. OLE color: 5354973.

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

Color convert

RGB22118181-
CMYK00.180.630.13
HSL42.86º67.31%59.22%-
HSV(B)42.86º63.35%86.67%-
XYZ47.8349.0114.72-
YUV181.5671.25156.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.76%
GREEN value IS 181 (71.09% from 255) = 37.47%
BLUE value IS 81 (32.03% from 255) = 16.77%
R=45.76%
G=37.47%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211818100.180.630.1342.8667.3159.22
HexDDB5510123FD2b433b
Octal33526512102277155310373
Binary1101110110110101101000101001011111111011010111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB551; }

 p { color: rgb(221,181,81); }

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

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

 a { background-color: rgb(221,181,81); }

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

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

 span { border-color: rgb(221,181,81); }

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