Html Css Color HEX #D8B94C Rob Roy

📋 copy color: '#D8B94C'

red 216 ◦ green 185 ◦ blue 76

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

Shades of Rob Roy #D8B94C

Tints of Rob Roy #D8B94C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.78%

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

R = 45.28%
G = 38.78%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8B94C (or 0xD8B94C) is known color: Rob Roy. HEX triplet: D8, B9 and 4C. RGB value is (216,185,76). Sum of RGB (Red+Green+Blue) = 216+185+76=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B94C is #2746B3. Grayscale: #B6B6B6. Windows color (decimal): -2574004 or 5028312. OLE color: 5028312.

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

Color convert

RGB 216 185 76 -
CMYK 0 0.14 0.65 0.15
HSL 46.71º 0.64% 0.57% -
HSV(B) 46.71º 0.65% 0.85% -
XYZ 46.97 49.82 13.98 -
YUV 181.84 68.27 152.36 -
System Red Green Blue C M Y K H S L
Decimal 216 185 76 0 0.14 0.65 0.15 46.71 0.64 0.57
Hex D8 B9 4C 0 E 41 F 2F 40 39
Octal 330 271 114 0 16 101 17 57 100 71
Binary 11011000 10111001 1001100 0 1110 1000001 1111 101111 1000000 111001

Color Harmonies of #D8B94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B94C

Black with #D8B94C

Text Example


Text Example

White with #D8B94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B94C; }

 p { color: rgb(216,185,76); }

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

background-color css

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

 a { background-color: rgb(216,185,76); }

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

border-color css

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

 span { border-color: rgb(216,185,76); }

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