Html Css Color HEX #DDAA4F Rob Roy

📋 copy color: '#DDAA4F'

red 221 ◦ green 170 ◦ blue 79

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

Shades of Rob Roy #DDAA4F

Tints of Rob Roy #DDAA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.81%

R = 47.02%
G = 36.17%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDAA4F (or 0xDDAA4F) is known color: Rob Roy. HEX triplet: DD, AA and 4F. RGB value is (221,170,79). Sum of RGB (Red+Green+Blue) = 221+170+79=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 79 (31.25% from 255 or 16.81% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA4F is #2255B0. Grayscale: #AFAFAF. Windows color (decimal): -2250161 or 5221085. OLE color: 5221085.

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

Color convert

RGB 221 170 79 -
CMYK 0 0.23 0.64 0.13
HSL 38.45º 0.68% 0.59% -
HSV(B) 38.45º 0.64% 0.87% -
XYZ 45.6 44.69 13.62 -
YUV 174.88 73.9 160.9 -
System Red Green Blue C M Y K H S L
Decimal 221 170 79 0 0.23 0.64 0.13 38.45 0.68 0.59
Hex DD AA 4F 0 17 40 D 26 44 3B
Octal 335 252 117 0 27 100 15 46 104 73
Binary 11011101 10101010 1001111 0 10111 1000000 1101 100110 1000100 111011

Color Harmonies of #DDAA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA4F

Black with #DDAA4F

Text Example


Text Example

White with #DDAA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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