Html Css Color HEX #D8B229 Gold Tips

📋 copy color: '#D8B229'

red 216 ◦ green 178 ◦ blue 41

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

Shades of Gold Tips #D8B229

Tints of Gold Tips #D8B229

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.92%

 BLUE value IS 41 (16.41% from 255) = 9.43%

R = 49.66%
G = 40.92%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8B229 (or 0xD8B229) is known color: Gold Tips. HEX triplet: D8, B2 and 29. RGB value is (216,178,41). Sum of RGB (Red+Green+Blue) = 216+178+41=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 41 (16.41% from 255 or 9.43% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8B229 is #274DD6. Grayscale: #AEAEAE. Windows color (decimal): -2575831 or 2732760. OLE color: 2732760.

HSL color Cylindrical-coordinate representation of color #D8B229: hue angle of 46.97º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8B229 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 178 41 -
CMYK 0 0.18 0.81 0.15
HSL 46.97º 0.69% 0.5% -
HSV(B) 46.97º 0.81% 0.85% -
XYZ 44.64 46.6 8.74 -
YUV 173.74 53.09 158.14 -
System Red Green Blue C M Y K H S L
Decimal 216 178 41 0 0.18 0.81 0.15 46.97 0.69 0.5
Hex D8 B2 29 0 12 51 F 2F 45 32
Octal 330 262 51 0 22 121 17 57 105 62
Binary 11011000 10110010 101001 0 10010 1010001 1111 101111 1000101 110010

Color Harmonies of #D8B229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B229

Black with #D8B229

Text Example


Text Example

White with #D8B229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B229; }

 p { color: rgb(216,178,41); }

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

background-color css

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

 a { background-color: rgb(216,178,41); }

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

border-color css

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

 span { border-color: rgb(216,178,41); }

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