Html Css Color HEX #DDAD49 Rob Roy

📋 copy color: '#DDAD49'

red 221 ◦ green 173 ◦ blue 73

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

Shades of Rob Roy #DDAD49

Tints of Rob Roy #DDAD49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.63%

R = 47.32%
G = 37.04%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDAD49 (or 0xDDAD49) is known color: Rob Roy. HEX triplet: DD, AD and 49. RGB value is (221,173,73). Sum of RGB (Red+Green+Blue) = 221+173+73=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAD49 is #2252B6. Grayscale: #B0B0B0. Windows color (decimal): -2249399 or 4828637. OLE color: 4828637.

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

Color convert

RGB 221 173 73 -
CMYK 0 0.22 0.67 0.13
HSL 40.54º 0.69% 0.58% -
HSV(B) 40.54º 0.67% 0.87% -
XYZ 45.96 45.74 12.71 -
YUV 175.95 69.9 160.13 -
System Red Green Blue C M Y K H S L
Decimal 221 173 73 0 0.22 0.67 0.13 40.54 0.69 0.58
Hex DD AD 49 0 16 43 D 29 45 3A
Octal 335 255 111 0 26 103 15 51 105 72
Binary 11011101 10101101 1001001 0 10110 1000011 1101 101001 1000101 111010

Color Harmonies of #DDAD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAD49

Black with #DDAD49

Text Example


Text Example

White with #DDAD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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