Html Css Color HEX #D8B54C Rob Roy

📋 copy color: '#D8B54C'

red 216 ◦ green 181 ◦ blue 76

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

Shades of Rob Roy #D8B54C

Tints of Rob Roy #D8B54C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.27%

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

R = 45.67%
G = 38.27%
B = 16.07%

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

#D8B54C (or 0xD8B54C) is known color: Rob Roy. HEX triplet: D8, B5 and 4C. RGB value is (216,181,76). Sum of RGB (Red+Green+Blue) = 216+181+76=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 76 (30.08% from 255 or 16.07% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B54C is #274AB3. Grayscale: #B3B3B3. Windows color (decimal): -2575028 or 5027288. OLE color: 5027288.

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

Color convert

RGB 216 181 76 -
CMYK 0 0.16 0.65 0.15
HSL 45º 0.64% 0.57% -
HSV(B) 45º 0.65% 0.85% -
XYZ 46.15 48.17 13.7 -
YUV 179.5 69.6 154.04 -
System Red Green Blue C M Y K H S L
Decimal 216 181 76 0 0.16 0.65 0.15 45 0.64 0.57
Hex D8 B5 4C 0 10 41 F 2D 40 39
Octal 330 265 114 0 20 101 17 55 100 71
Binary 11011000 10110101 1001100 0 10000 1000001 1111 101101 1000000 111001

Color Harmonies of #D8B54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B54C

Black with #D8B54C

Text Example


Text Example

White with #D8B54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B54C; }

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

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

background-color css

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

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

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

border-color css

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

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

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