Html Css Color HEX #DDA94A Rob Roy

📋 copy color: '#DDA94A'

red 221 ◦ green 169 ◦ blue 74

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

Shades of Rob Roy #DDA94A

Tints of Rob Roy #DDA94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.95%

R = 47.63%
G = 36.42%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDA94A (or 0xDDA94A) is known color: Rob Roy. HEX triplet: DD, A9 and 4A. RGB value is (221,169,74). Sum of RGB (Red+Green+Blue) = 221+169+74=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA94A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA94A is #2256B5. Grayscale: #AEAEAE. Windows color (decimal): -2250422 or 4893149. OLE color: 4893149.

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

Color convert

RGB 221 169 74 -
CMYK 0 0.24 0.67 0.13
HSL 38.78º 0.68% 0.58% -
HSV(B) 38.78º 0.67% 0.87% -
XYZ 45.24 44.24 12.63 -
YUV 173.72 71.73 161.72 -
System Red Green Blue C M Y K H S L
Decimal 221 169 74 0 0.24 0.67 0.13 38.78 0.68 0.58
Hex DD A9 4A 0 18 43 D 27 44 3A
Octal 335 251 112 0 30 103 15 47 104 72
Binary 11011101 10101001 1001010 0 11000 1000011 1101 100111 1000100 111010

Color Harmonies of #DDA94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA94A

Black with #DDA94A

Text Example


Text Example

White with #DDA94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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