Html Css Color HEX #D6AF4C Rob Roy

📋 copy color: '#D6AF4C'

red 214 ◦ green 175 ◦ blue 76

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

Shades of Rob Roy #D6AF4C

Tints of Rob Roy #D6AF4C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.63%

 BLUE value IS 76 (30.08% from 255) = 16.34%

R = 46.02%
G = 37.63%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6AF4C (or 0xD6AF4C) is known color: Rob Roy. HEX triplet: D6, AF and 4C. RGB value is (214,175,76). Sum of RGB (Red+Green+Blue) = 214+175+76=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 76 (30.08% from 255 or 16.34% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AF4C is #2950B3. Grayscale: #AFAFAF. Windows color (decimal): -2707636 or 5025750. OLE color: 5025750.

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

Color convert

RGB 214 175 76 -
CMYK 0 0.18 0.64 0.16
HSL 43.04º 0.63% 0.57% -
HSV(B) 43.04º 0.64% 0.84% -
XYZ 44.37 45.48 13.28 -
YUV 175.38 71.92 155.55 -
System Red Green Blue C M Y K H S L
Decimal 214 175 76 0 0.18 0.64 0.16 43.04 0.63 0.57
Hex D6 AF 4C 0 12 40 10 2B 3F 39
Octal 326 257 114 0 22 100 20 53 77 71
Binary 11010110 10101111 1001100 0 10010 1000000 10000 101011 111111 111001

Color Harmonies of #D6AF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AF4C

Black with #D6AF4C

Text Example


Text Example

White with #D6AF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AF4C; }

 p { color: rgb(214,175,76); }

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

background-color css

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

 a { background-color: rgb(214,175,76); }

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

border-color css

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

 span { border-color: rgb(214,175,76); }

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