Html Css Color HEX #DDAE49 Rob Roy

📋 copy color: '#DDAE49'

red 221 ◦ green 174 ◦ blue 73

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

Shades of Rob Roy #DDAE49

Tints of Rob Roy #DDAE49

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.18%

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

R = 47.22%
G = 37.18%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDAE49 (or 0xDDAE49) is known color: Rob Roy. HEX triplet: DD, AE and 49. RGB value is (221,174,73). Sum of RGB (Red+Green+Blue) = 221+174+73=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAE49 is #2251B6. Grayscale: #B0B0B0. Windows color (decimal): -2249143 or 4828893. OLE color: 4828893.

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

Color convert

RGB 221 174 73 -
CMYK 0 0.21 0.67 0.13
HSL 40.95º 0.69% 0.58% -
HSV(B) 40.95º 0.67% 0.87% -
XYZ 46.16 46.13 12.77 -
YUV 176.54 69.57 159.71 -
System Red Green Blue C M Y K H S L
Decimal 221 174 73 0 0.21 0.67 0.13 40.95 0.69 0.58
Hex DD AE 49 0 15 43 D 29 45 3A
Octal 335 256 111 0 25 103 15 51 105 72
Binary 11011101 10101110 1001001 0 10101 1000011 1101 101001 1000101 111010

Color Harmonies of #DDAE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE49

Black with #DDAE49

Text Example


Text Example

White with #DDAE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE49; }

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

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

background-color css

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

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

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

border-color css

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

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

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