Html Css Color HEX #D6AA4F Rob Roy

📋 copy color: '#D6AA4F'

red 214 ◦ green 170 ◦ blue 79

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

Shades of Rob Roy #D6AA4F

Tints of Rob Roy #D6AA4F

RGB

 RED value IS 214 (83.98% from 255) = 46.22%

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

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

R = 46.22%
G = 36.72%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6AA4F (or 0xD6AA4F) is known color: Rob Roy. HEX triplet: D6, AA and 4F. RGB value is (214,170,79). Sum of RGB (Red+Green+Blue) = 214+170+79=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 79 (31.25% from 255 or 17.06% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AA4F is #2955B0. Grayscale: #ADADAD. Windows color (decimal): -2708913 or 5221078. OLE color: 5221078.

HSL color Cylindrical-coordinate representation of color #D6AA4F: hue angle of 40.44º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6AA4F is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 170 79 -
CMYK 0 0.21 0.63 0.16
HSL 40.44º 0.62% 0.57% -
HSV(B) 40.44º 0.63% 0.84% -
XYZ 43.52 43.61 13.52 -
YUV 172.78 75.08 157.4 -
System Red Green Blue C M Y K H S L
Decimal 214 170 79 0 0.21 0.63 0.16 40.44 0.62 0.57
Hex D6 AA 4F 0 15 3F 10 28 3E 39
Octal 326 252 117 0 25 77 20 50 76 71
Binary 11010110 10101010 1001111 0 10101 111111 10000 101000 111110 111001

Color Harmonies of #D6AA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AA4F

Black with #D6AA4F

Text Example


Text Example

White with #D6AA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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