Html Css Color HEX #D8B14C Rob Roy

📋 copy color: '#D8B14C'

red 216 ◦ green 177 ◦ blue 76

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

Shades of Rob Roy #D8B14C

Tints of Rob Roy #D8B14C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.74%

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

R = 46.06%
G = 37.74%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8B14C (or 0xD8B14C) is known color: Rob Roy. HEX triplet: D8, B1 and 4C. RGB value is (216,177,76). Sum of RGB (Red+Green+Blue) = 216+177+76=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 76 (30.08% from 255 or 16.20% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8B14C is #274EB3. Grayscale: #B1B1B1. Windows color (decimal): -2576052 or 5026264. OLE color: 5026264.

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

Color convert

RGB 216 177 76 -
CMYK 0 0.18 0.65 0.15
HSL 43.29º 0.64% 0.57% -
HSV(B) 43.29º 0.65% 0.85% -
XYZ 45.35 46.57 13.44 -
YUV 177.15 70.92 155.71 -
System Red Green Blue C M Y K H S L
Decimal 216 177 76 0 0.18 0.65 0.15 43.29 0.64 0.57
Hex D8 B1 4C 0 12 41 F 2B 40 39
Octal 330 261 114 0 22 101 17 53 100 71
Binary 11011000 10110001 1001100 0 10010 1000001 1111 101011 1000000 111001

Color Harmonies of #D8B14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B14C

Black with #D8B14C

Text Example


Text Example

White with #D8B14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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