Html Css Color HEX #D6AD4F Rob Roy

📋 copy color: '#D6AD4F'

red 214 ◦ green 173 ◦ blue 79

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

Shades of Rob Roy #D6AD4F

Tints of Rob Roy #D6AD4F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.12%

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

R = 45.92%
G = 37.12%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6AD4F (or 0xD6AD4F) is known color: Rob Roy. HEX triplet: D6, AD and 4F. RGB value is (214,173,79). Sum of RGB (Red+Green+Blue) = 214+173+79=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 79 (31.25% from 255 or 16.95% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD4F is #2952B0. Grayscale: #AEAEAE. Windows color (decimal): -2708145 or 5221846. OLE color: 5221846.

HSL color Cylindrical-coordinate representation of color #D6AD4F: hue angle of 41.78º 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 #D6AD4F is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 173 79 -
CMYK 0 0.19 0.63 0.16
HSL 41.78º 0.62% 0.57% -
HSV(B) 41.78º 0.63% 0.84% -
XYZ 44.09 44.75 13.71 -
YUV 174.54 74.08 156.14 -
System Red Green Blue C M Y K H S L
Decimal 214 173 79 0 0.19 0.63 0.16 41.78 0.62 0.57
Hex D6 AD 4F 0 13 3F 10 2A 3E 39
Octal 326 255 117 0 23 77 20 52 76 71
Binary 11010110 10101101 1001111 0 10011 111111 10000 101010 111110 111001

Color Harmonies of #D6AD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD4F

Black with #D6AD4F

Text Example


Text Example

White with #D6AD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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