Html Css Color HEX #D8B64C Rob Roy

📋 copy color: '#D8B64C'

red 216 ◦ green 182 ◦ blue 76

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

Shades of Rob Roy #D8B64C

Tints of Rob Roy #D8B64C

RGB

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

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

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

R = 45.57%
G = 38.4%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8B64C (or 0xD8B64C) is known color: Rob Roy. HEX triplet: D8, B6 and 4C. RGB value is (216,182,76). Sum of RGB (Red+Green+Blue) = 216+182+76=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B64C is #2749B3. Grayscale: #B4B4B4. Windows color (decimal): -2574772 or 5027544. OLE color: 5027544.

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

Color convert

RGB 216 182 76 -
CMYK 0 0.16 0.65 0.15
HSL 45.43º 0.64% 0.57% -
HSV(B) 45.43º 0.65% 0.85% -
XYZ 46.35 48.58 13.77 -
YUV 180.08 69.26 153.62 -
System Red Green Blue C M Y K H S L
Decimal 216 182 76 0 0.16 0.65 0.15 45.43 0.64 0.57
Hex D8 B6 4C 0 10 41 F 2D 40 39
Octal 330 266 114 0 20 101 17 55 100 71
Binary 11011000 10110110 1001100 0 10000 1000001 1111 101101 1000000 111001

Color Harmonies of #D8B64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B64C

Black with #D8B64C

Text Example


Text Example

White with #D8B64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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