Html Css Color HEX #D8B74C Rob Roy

📋 copy color: '#D8B74C'

red 216 ◦ green 183 ◦ blue 76

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

Shades of Rob Roy #D8B74C

Tints of Rob Roy #D8B74C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.53%

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

R = 45.47%
G = 38.53%
B = 16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8B74C (or 0xD8B74C) is known color: Rob Roy. HEX triplet: D8, B7 and 4C. RGB value is (216,183,76). Sum of RGB (Red+Green+Blue) = 216+183+76=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 76 (30.08% from 255 or 16% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B74C is #2748B3. Grayscale: #B5B5B5. Windows color (decimal): -2574516 or 5027800. OLE color: 5027800.

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

Color convert

RGB 216 183 76 -
CMYK 0 0.15 0.65 0.15
HSL 45.86º 0.64% 0.57% -
HSV(B) 45.86º 0.65% 0.85% -
XYZ 46.56 48.99 13.84 -
YUV 180.67 68.93 153.2 -
System Red Green Blue C M Y K H S L
Decimal 216 183 76 0 0.15 0.65 0.15 45.86 0.64 0.57
Hex D8 B7 4C 0 F 41 F 2E 40 39
Octal 330 267 114 0 17 101 17 56 100 71
Binary 11011000 10110111 1001100 0 1111 1000001 1111 101110 1000000 111001

Color Harmonies of #D8B74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B74C

Black with #D8B74C

Text Example


Text Example

White with #D8B74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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