Html Css Color HEX #DDAA4C Rob Roy

📋 copy color: '#DDAA4C'

red 221 ◦ green 170 ◦ blue 76

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

Shades of Rob Roy #DDAA4C

Tints of Rob Roy #DDAA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.27%

R = 47.32%
G = 36.4%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDAA4C (or 0xDDAA4C) is known color: Rob Roy. HEX triplet: DD, AA and 4C. RGB value is (221,170,76). Sum of RGB (Red+Green+Blue) = 221+170+76=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA4C is #2255B3. Grayscale: #AEAEAE. Windows color (decimal): -2250164 or 5024477. OLE color: 5024477.

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

Color convert

RGB 221 170 76 -
CMYK 0 0.23 0.66 0.13
HSL 38.9º 0.68% 0.58% -
HSV(B) 38.9º 0.66% 0.87% -
XYZ 45.5 44.64 13.06 -
YUV 174.53 72.4 161.14 -
System Red Green Blue C M Y K H S L
Decimal 221 170 76 0 0.23 0.66 0.13 38.9 0.68 0.58
Hex DD AA 4C 0 17 42 D 27 44 3A
Octal 335 252 114 0 27 102 15 47 104 72
Binary 11011101 10101010 1001100 0 10111 1000010 1101 100111 1000100 111010

Color Harmonies of #DDAA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA4C

Black with #DDAA4C

Text Example


Text Example

White with #DDAA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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