Html Css Color HEX #D8B423 Gold Tips

📋 copy color: '#D8B423'

red 216 ◦ green 180 ◦ blue 35

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

Shades of Gold Tips #D8B423

Tints of Gold Tips #D8B423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.12%

R = 50.12%
G = 41.76%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D8B423 (or 0xD8B423) is known color: Gold Tips. HEX triplet: D8, B4 and 23. RGB value is (216,180,35). Sum of RGB (Red+Green+Blue) = 216+180+35=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 35 (14.06% from 255 or 8.12% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B423 is #274BDC. Grayscale: #AEAEAE. Windows color (decimal): -2575325 or 2340056. OLE color: 2340056.

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

Color convert

RGB 216 180 35 -
CMYK 0 0.17 0.84 0.15
HSL 48.07º 0.72% 0.49% -
HSV(B) 48.07º 0.84% 0.85% -
XYZ 44.94 47.36 8.36 -
YUV 174.23 49.43 157.79 -
System Red Green Blue C M Y K H S L
Decimal 216 180 35 0 0.17 0.84 0.15 48.07 0.72 0.49
Hex D8 B4 23 0 11 54 F 30 48 31
Octal 330 264 43 0 21 124 17 60 110 61
Binary 11011000 10110100 100011 0 10001 1010100 1111 110000 1001000 110001

Color Harmonies of #D8B423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B423

Black with #D8B423

Text Example


Text Example

White with #D8B423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B423; }

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

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

background-color css

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

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

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

border-color css

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

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

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