Html Css Color HEX #DDAD55 Rob Roy

📋 copy color: '#DDAD55'

red 221 ◦ green 173 ◦ blue 85

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

Shades of Rob Roy #DDAD55

Tints of Rob Roy #DDAD55

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.12%

 BLUE value IS 85 (33.59% from 255) = 17.75%

R = 46.14%
G = 36.12%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDAD55 (or 0xDDAD55) is known color: Rob Roy. HEX triplet: DD, AD and 55. RGB value is (221,173,85). Sum of RGB (Red+Green+Blue) = 221+173+85=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 85 (33.59% from 255 or 17.75% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAD55 is #2252AA. Grayscale: #B1B1B1. Windows color (decimal): -2249387 or 5615069. OLE color: 5615069.

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

Color convert

RGB 221 173 85 -
CMYK 0 0.22 0.62 0.13
HSL 38.82º 0.67% 0.6% -
HSV(B) 38.82º 0.62% 0.87% -
XYZ 46.4 45.92 15.01 -
YUV 177.32 75.9 159.16 -
System Red Green Blue C M Y K H S L
Decimal 221 173 85 0 0.22 0.62 0.13 38.82 0.67 0.6
Hex DD AD 55 0 16 3E D 27 43 3C
Octal 335 255 125 0 26 76 15 47 103 74
Binary 11011101 10101101 1010101 0 10110 111110 1101 100111 1000011 111100

Color Harmonies of #DDAD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAD55

Black with #DDAD55

Text Example


Text Example

White with #DDAD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAD55; }

 p { color: rgb(221,173,85); }

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

background-color css

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

 a { background-color: rgb(221,173,85); }

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

border-color css

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

 span { border-color: rgb(221,173,85); }

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