Html Css Color HEX #D8B12B Gold Tips

📋 copy color: '#D8B12B'

red 216 ◦ green 177 ◦ blue 43

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

Shades of Gold Tips #D8B12B

Tints of Gold Tips #D8B12B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.86%

R = 49.54%
G = 40.6%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8B12B (or 0xD8B12B) is known color: Gold Tips. HEX triplet: D8, B1 and 2B. RGB value is (216,177,43). Sum of RGB (Red+Green+Blue) = 216+177+43=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 43 (17.19% from 255 or 9.86% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8B12B is #274ED4. Grayscale: #ADADAD. Windows color (decimal): -2576085 or 2863576. OLE color: 2863576.

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

Color convert

RGB 216 177 43 -
CMYK 0 0.18 0.80 0.15
HSL 46.47º 0.69% 0.51% -
HSV(B) 46.47º 0.8% 0.85% -
XYZ 44.48 46.22 8.86 -
YUV 173.39 54.42 158.4 -
System Red Green Blue C M Y K H S L
Decimal 216 177 43 0 0.18 0.80 0.15 46.47 0.69 0.51
Hex D8 B1 2B 0 12 50 F 2E 45 33
Octal 330 261 53 0 22 120 17 56 105 63
Binary 11011000 10110001 101011 0 10010 1010000 1111 101110 1000101 110011

Color Harmonies of #D8B12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B12B

Black with #D8B12B

Text Example


Text Example

White with #D8B12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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