#DDB252

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

Shades of Rob Roy #DDB252

Tints of Rob Roy #DDB252

Color information

#DDB252 (or 0xDDB252) is unknown color: approx Rob Roy. HEX triplet: DD, B2 and 52. RGB value is (221,178,82). Sum of RGB (Red+Green+Blue) = 221+178+82=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB252 is #224DAD. Grayscale: #B4B4B4. Windows color (decimal): -2248110 or 5419741. OLE color: 5419741.

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

Color convert

RGB22117882-
CMYK00.190.630.13
HSL41.44º67.15%59.41%-
HSV(B)41.44º62.9%86.67%-
XYZ47.2647.8214.72-
YUV179.9172.75157.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.95%
GREEN value IS 178 (69.92% from 255) = 37.01%
BLUE value IS 82 (32.42% from 255) = 17.05%
R=45.95%
G=37.01%
B=17.05%

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
Decimal2211788200.190.630.1341.4467.1559.41
HexDDB2520133FD29433b
Octal33526212202377155110373
Binary1101110110110010101001001001111111111011010011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB252; }

 p { color: rgb(221,178,82); }

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

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

 a { background-color: rgb(221,178,82); }

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

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

 span { border-color: rgb(221,178,82); }

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