Html Css Color HEX #DDA84A Rob Roy

📋 copy color: '#DDA84A'

red 221 ◦ green 168 ◦ blue 74

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

Shades of Rob Roy #DDA84A

Tints of Rob Roy #DDA84A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.29%

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

R = 47.73%
G = 36.29%
B = 15.98%

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

#DDA84A (or 0xDDA84A) is known color: Rob Roy. HEX triplet: DD, A8 and 4A. RGB value is (221,168,74). Sum of RGB (Red+Green+Blue) = 221+168+74=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA84A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA84A is #2257B5. Grayscale: #ADADAD. Windows color (decimal): -2250678 or 4892893. OLE color: 4892893.

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

Color convert

RGB 221 168 74 -
CMYK 0 0.24 0.67 0.13
HSL 38.37º 0.68% 0.58% -
HSV(B) 38.37º 0.67% 0.87% -
XYZ 45.06 43.87 12.57 -
YUV 173.13 72.06 162.14 -
System Red Green Blue C M Y K H S L
Decimal 221 168 74 0 0.24 0.67 0.13 38.37 0.68 0.58
Hex DD A8 4A 0 18 43 D 26 44 3A
Octal 335 250 112 0 30 103 15 46 104 72
Binary 11011101 10101000 1001010 0 11000 1000011 1101 100110 1000100 111010

Color Harmonies of #DDA84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA84A

Black with #DDA84A

Text Example


Text Example

White with #DDA84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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