Html Css Color HEX #DDAA4E Rob Roy

📋 copy color: '#DDAA4E'

red 221 ◦ green 170 ◦ blue 78

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

Shades of Rob Roy #DDAA4E

Tints of Rob Roy #DDAA4E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.25%

 BLUE value IS 78 (30.86% from 255) = 16.63%

R = 47.12%
G = 36.25%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDAA4E (or 0xDDAA4E) is known color: Rob Roy. HEX triplet: DD, AA and 4E. RGB value is (221,170,78). Sum of RGB (Red+Green+Blue) = 221+170+78=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA4E is #2255B1. Grayscale: #AFAFAF. Windows color (decimal): -2250162 or 5155549. OLE color: 5155549.

HSL color Cylindrical-coordinate representation of color #DDAA4E: hue angle of 38.6º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDAA4E is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 170 78 -
CMYK 0 0.23 0.65 0.13
HSL 38.6º 0.68% 0.59% -
HSV(B) 38.6º 0.65% 0.87% -
XYZ 45.57 44.67 13.43 -
YUV 174.76 73.4 160.98 -
System Red Green Blue C M Y K H S L
Decimal 221 170 78 0 0.23 0.65 0.13 38.6 0.68 0.59
Hex DD AA 4E 0 17 41 D 27 44 3B
Octal 335 252 116 0 27 101 15 47 104 73
Binary 11011101 10101010 1001110 0 10111 1000001 1101 100111 1000100 111011

Color Harmonies of #DDAA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA4E

Black with #DDAA4E

Text Example


Text Example

White with #DDAA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA4E; }

 p { color: rgb(221,170,78); }

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

background-color css

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

 a { background-color: rgb(221,170,78); }

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

border-color css

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

 span { border-color: rgb(221,170,78); }

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