#DDB451

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

Shades of Rob Roy #DDB451

Tints of Rob Roy #DDB451

Color information

#DDB451 (or 0xDDB451) is unknown color: approx Rob Roy. HEX triplet: DD, B4 and 51. RGB value is (221,180,81). Sum of RGB (Red+Green+Blue) = 221+180+81=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 81 (32.03% from 255 or 16.80% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB451 is #224BAE. Grayscale: #B5B5B5. Windows color (decimal): -2247599 or 5354717. OLE color: 5354717.

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

Color convert

RGB22118081-
CMYK00.190.630.13
HSL42.43º67.31%59.22%-
HSV(B)42.43º63.35%86.67%-
XYZ47.6348.6114.66-
YUV180.9771.58156.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.85%
GREEN value IS 180 (70.70% from 255) = 37.34%
BLUE value IS 81 (32.03% from 255) = 16.80%
R=45.85%
G=37.34%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211808100.190.630.1342.4367.3159.22
HexDDB4510133FD2a433b
Octal33526412102377155210373
Binary1101110110110100101000101001111111111011010101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB451; }

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

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

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

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

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

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

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

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