Html Css Color HEX #D8B62C Gold Tips

📋 copy color: '#D8B62C'

red 216 ◦ green 182 ◦ blue 44

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

Shades of Gold Tips #D8B62C

Tints of Gold Tips #D8B62C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.95%

R = 48.87%
G = 41.18%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8B62C (or 0xD8B62C) is known color: Gold Tips. HEX triplet: D8, B6 and 2C. RGB value is (216,182,44). Sum of RGB (Red+Green+Blue) = 216+182+44=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 44 (17.58% from 255 or 9.95% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B62C is #2749D3. Grayscale: #B1B1B1. Windows color (decimal): -2574804 or 2930392. OLE color: 2930392.

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

Color convert

RGB 216 182 44 -
CMYK 0 0.16 0.80 0.15
HSL 48.14º 0.69% 0.51% -
HSV(B) 48.14º 0.8% 0.85% -
XYZ 45.5 48.24 9.3 -
YUV 176.43 53.26 156.22 -
System Red Green Blue C M Y K H S L
Decimal 216 182 44 0 0.16 0.80 0.15 48.14 0.69 0.51
Hex D8 B6 2C 0 10 50 F 30 45 33
Octal 330 266 54 0 20 120 17 60 105 63
Binary 11011000 10110110 101100 0 10000 1010000 1111 110000 1000101 110011

Color Harmonies of #D8B62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B62C

Black with #D8B62C

Text Example


Text Example

White with #D8B62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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