Html Css Color HEX #D8B623 Gold Tips

📋 copy color: '#D8B623'

red 216 ◦ green 182 ◦ blue 35

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

Shades of Gold Tips #D8B623

Tints of Gold Tips #D8B623

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.03%

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

R = 49.88%
G = 42.03%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D8B623 (or 0xD8B623) is known color: Gold Tips. HEX triplet: D8, B6 and 23. RGB value is (216,182,35). Sum of RGB (Red+Green+Blue) = 216+182+35=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 35 (14.06% from 255 or 8.08% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B623 is #2749DC. Grayscale: #B0B0B0. Windows color (decimal): -2574813 or 2340568. OLE color: 2340568.

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

Color convert

RGB 216 182 35 -
CMYK 0 0.16 0.84 0.15
HSL 48.73º 0.72% 0.49% -
HSV(B) 48.73º 0.84% 0.85% -
XYZ 45.35 48.18 8.5 -
YUV 175.41 48.76 156.95 -
System Red Green Blue C M Y K H S L
Decimal 216 182 35 0 0.16 0.84 0.15 48.73 0.72 0.49
Hex D8 B6 23 0 10 54 F 31 48 31
Octal 330 266 43 0 20 124 17 61 110 61
Binary 11011000 10110110 100011 0 10000 1010100 1111 110001 1001000 110001

Color Harmonies of #D8B623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B623

Black with #D8B623

Text Example


Text Example

White with #D8B623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B623; }

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

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

background-color css

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

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

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

border-color css

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

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

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