Html Css Color HEX #D8B41F Gold Tips

📋 copy color: '#D8B41F'

red 216 ◦ green 180 ◦ blue 31

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

Shades of Gold Tips #D8B41F

Tints of Gold Tips #D8B41F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.26%

R = 50.59%
G = 42.15%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8B41F (or 0xD8B41F) is known color: Gold Tips. HEX triplet: D8, B4 and 1F. RGB value is (216,180,31). Sum of RGB (Red+Green+Blue) = 216+180+31=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 31 (12.5% from 255 or 7.26% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B41F is #274BE0. Grayscale: #AEAEAE. Windows color (decimal): -2575329 or 2077912. OLE color: 2077912.

HSL color Cylindrical-coordinate representation of color #D8B41F: hue angle of 48.32º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8B41F is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 180 31 -
CMYK 0 0.17 0.86 0.15
HSL 48.32º 0.75% 0.48% -
HSV(B) 48.32º 0.86% 0.85% -
XYZ 44.89 47.34 8.07 -
YUV 173.78 47.43 158.12 -
System Red Green Blue C M Y K H S L
Decimal 216 180 31 0 0.17 0.86 0.15 48.32 0.75 0.48
Hex D8 B4 1F 0 11 56 F 30 4B 30
Octal 330 264 37 0 21 126 17 60 113 60
Binary 11011000 10110100 11111 0 10001 1010110 1111 110000 1001011 110000

Color Harmonies of #D8B41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B41F

Black with #D8B41F

Text Example


Text Example

White with #D8B41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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