Html Css Color HEX #DDA851 Rob Roy

📋 copy color: '#DDA851'

red 221 ◦ green 168 ◦ blue 81

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

Shades of Rob Roy #DDA851

Tints of Rob Roy #DDA851

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.74%

 BLUE value IS 81 (32.03% from 255) = 17.23%

R = 47.02%
G = 35.74%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDA851 (or 0xDDA851) is known color: Rob Roy. HEX triplet: DD, A8 and 51. RGB value is (221,168,81). Sum of RGB (Red+Green+Blue) = 221+168+81=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 81 (32.03% from 255 or 17.23% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA851 is #2257AE. Grayscale: #AEAEAE. Windows color (decimal): -2250671 or 5351645. OLE color: 5351645.

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

Color convert

RGB 221 168 81 -
CMYK 0 0.24 0.63 0.13
HSL 37.29º 0.67% 0.59% -
HSV(B) 37.29º 0.63% 0.87% -
XYZ 45.31 43.97 13.88 -
YUV 173.93 75.56 161.57 -
System Red Green Blue C M Y K H S L
Decimal 221 168 81 0 0.24 0.63 0.13 37.29 0.67 0.59
Hex DD A8 51 0 18 3F D 25 43 3B
Octal 335 250 121 0 30 77 15 45 103 73
Binary 11011101 10101000 1010001 0 11000 111111 1101 100101 1000011 111011

Color Harmonies of #DDA851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA851

Black with #DDA851

Text Example


Text Example

White with #DDA851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA851; }

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

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

background-color css

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

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

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

border-color css

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

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

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