Html Css Color HEX #D8B64D Rob Roy

📋 copy color: '#D8B64D'

red 216 ◦ green 182 ◦ blue 77

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

Shades of Rob Roy #D8B64D

Tints of Rob Roy #D8B64D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.32%

 BLUE value IS 77 (30.47% from 255) = 16.21%

R = 45.47%
G = 38.32%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8B64D (or 0xD8B64D) is known color: Rob Roy. HEX triplet: D8, B6 and 4D. RGB value is (216,182,77). Sum of RGB (Red+Green+Blue) = 216+182+77=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B64D is #2749B2. Grayscale: #B4B4B4. Windows color (decimal): -2574771 or 5093080. OLE color: 5093080.

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

Color convert

RGB 216 182 77 -
CMYK 0 0.16 0.64 0.15
HSL 45.32º 0.64% 0.57% -
HSV(B) 45.32º 0.64% 0.85% -
XYZ 46.39 48.59 13.96 -
YUV 180.2 69.76 153.54 -
System Red Green Blue C M Y K H S L
Decimal 216 182 77 0 0.16 0.64 0.15 45.32 0.64 0.57
Hex D8 B6 4D 0 10 40 F 2D 40 39
Octal 330 266 115 0 20 100 17 55 100 71
Binary 11011000 10110110 1001101 0 10000 1000000 1111 101101 1000000 111001

Color Harmonies of #D8B64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B64D

Black with #D8B64D

Text Example


Text Example

White with #D8B64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B64D; }

 p { color: rgb(216,182,77); }

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

background-color css

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

 a { background-color: rgb(216,182,77); }

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

border-color css

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

 span { border-color: rgb(216,182,77); }

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