Html Css Color HEX #DDA94F Rob Roy

📋 copy color: '#DDA94F'

red 221 ◦ green 169 ◦ blue 79

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

Shades of Rob Roy #DDA94F

Tints of Rob Roy #DDA94F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.03%

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

R = 47.12%
G = 36.03%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDA94F (or 0xDDA94F) is known color: Rob Roy. HEX triplet: DD, A9 and 4F. RGB value is (221,169,79). Sum of RGB (Red+Green+Blue) = 221+169+79=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 79 (31.25% from 255 or 16.84% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA94F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA94F is #2256B0. Grayscale: #AEAEAE. Windows color (decimal): -2250417 or 5220829. OLE color: 5220829.

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

Color convert

RGB 221 169 79 -
CMYK 0 0.24 0.64 0.13
HSL 38.03º 0.68% 0.59% -
HSV(B) 38.03º 0.64% 0.87% -
XYZ 45.42 44.31 13.56 -
YUV 174.29 74.23 161.32 -
System Red Green Blue C M Y K H S L
Decimal 221 169 79 0 0.24 0.64 0.13 38.03 0.68 0.59
Hex DD A9 4F 0 18 40 D 26 44 3B
Octal 335 251 117 0 30 100 15 46 104 73
Binary 11011101 10101001 1001111 0 11000 1000000 1101 100110 1000100 111011

Color Harmonies of #DDA94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA94F

Black with #DDA94F

Text Example


Text Example

White with #DDA94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA94F; }

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

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

background-color css

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

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

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

border-color css

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

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

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