Html Css Color HEX #DDB052 Rob Roy

📋 copy color: '#DDB052'

red 221 ◦ green 176 ◦ blue 82

#DDB052
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rob Roy #DDB052

Tints of Rob Roy #DDB052

RGB

 RED value IS 221 (86.72% from 255) = 46.14%

 GREEN value IS 176 (69.14% from 255) = 36.74%

 BLUE value IS 82 (32.42% from 255) = 17.12%

R = 46.14%
G = 36.74%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDB052 (or 0xDDB052) is known color: Rob Roy. HEX triplet: DD, B0 and 52. RGB value is (221,176,82). Sum of RGB (Red+Green+Blue) = 221+176+82=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 82 (32.42% from 255 or 17.12% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB052 is #224FAD. Grayscale: #B3B3B3. Windows color (decimal): -2248622 or 5419229. OLE color: 5419229.

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

Color convert

RGB 221 176 82 -
CMYK 0 0.20 0.63 0.13
HSL 40.58º 0.67% 0.59% -
HSV(B) 40.58º 0.63% 0.87% -
XYZ 46.87 47.03 14.59 -
YUV 178.74 73.41 158.14 -
System Red Green Blue C M Y K H S L
Decimal 221 176 82 0 0.20 0.63 0.13 40.58 0.67 0.59
Hex DD B0 52 0 14 3F D 29 43 3B
Octal 335 260 122 0 24 77 15 51 103 73
Binary 11011101 10110000 1010010 0 10100 111111 1101 101001 1000011 111011

Color Harmonies of #DDB052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB052

Black with #DDB052

Text Example


Text Example

White with #DDB052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB052; }

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

 H1.HeaderClassName
 {
   color: #DDB052;
 }
 .AnyTagClassName
 {
   color: #DDB052;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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