Html Css Color HEX #D8B42B Gold Tips

📋 copy color: '#D8B42B'

red 216 ◦ green 180 ◦ blue 43

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

Shades of Gold Tips #D8B42B

Tints of Gold Tips #D8B42B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41%

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

R = 49.2%
G = 41%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8B42B (or 0xD8B42B) is known color: Gold Tips. HEX triplet: D8, B4 and 2B. RGB value is (216,180,43). Sum of RGB (Red+Green+Blue) = 216+180+43=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 43 (17.19% from 255 or 9.79% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B42B is #274BD4. Grayscale: #AFAFAF. Windows color (decimal): -2575317 or 2864344. OLE color: 2864344.

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

Color convert

RGB 216 180 43 -
CMYK 0 0.17 0.80 0.15
HSL 47.51º 0.69% 0.51% -
HSV(B) 47.51º 0.8% 0.85% -
XYZ 45.08 47.42 9.06 -
YUV 175.15 53.43 157.14 -
System Red Green Blue C M Y K H S L
Decimal 216 180 43 0 0.17 0.80 0.15 47.51 0.69 0.51
Hex D8 B4 2B 0 11 50 F 30 45 33
Octal 330 264 53 0 21 120 17 60 105 63
Binary 11011000 10110100 101011 0 10001 1010000 1111 110000 1000101 110011

Color Harmonies of #D8B42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B42B

Black with #D8B42B

Text Example


Text Example

White with #D8B42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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