Html Css Color HEX #D8AF4E Rob Roy

📋 copy color: '#D8AF4E'

red 216 ◦ green 175 ◦ blue 78

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

Shades of Rob Roy #D8AF4E

Tints of Rob Roy #D8AF4E

RGB

 RED value IS 216 (84.77% from 255) = 46.06%

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

 BLUE value IS 78 (30.86% from 255) = 16.63%

R = 46.06%
G = 37.31%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8AF4E (or 0xD8AF4E) is known color: Rob Roy. HEX triplet: D8, AF and 4E. RGB value is (216,175,78). Sum of RGB (Red+Green+Blue) = 216+175+78=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF4E is #2750B1. Grayscale: #B0B0B0. Windows color (decimal): -2576562 or 5156824. OLE color: 5156824.

HSL color Cylindrical-coordinate representation of color #D8AF4E: hue angle of 42.17º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D8AF4E is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 175 78 -
CMYK 0 0.19 0.64 0.15
HSL 42.17º 0.64% 0.58% -
HSV(B) 42.17º 0.64% 0.85% -
XYZ 45.02 45.81 13.68 -
YUV 176.2 72.58 156.39 -
System Red Green Blue C M Y K H S L
Decimal 216 175 78 0 0.19 0.64 0.15 42.17 0.64 0.58
Hex D8 AF 4E 0 13 40 F 2A 40 3A
Octal 330 257 116 0 23 100 17 52 100 72
Binary 11011000 10101111 1001110 0 10011 1000000 1111 101010 1000000 111010

Color Harmonies of #D8AF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF4E

Black with #D8AF4E

Text Example


Text Example

White with #D8AF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF4E; }

 p { color: rgb(216,175,78); }

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

background-color css

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

 a { background-color: rgb(216,175,78); }

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

border-color css

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

 span { border-color: rgb(216,175,78); }

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