Html Css Color HEX #D8B426 Gold Tips

📋 copy color: '#D8B426'

red 216 ◦ green 180 ◦ blue 38

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

Shades of Gold Tips #D8B426

Tints of Gold Tips #D8B426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.76%

R = 49.77%
G = 41.47%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D8B426 (or 0xD8B426) is known color: Gold Tips. HEX triplet: D8, B4 and 26. RGB value is (216,180,38). Sum of RGB (Red+Green+Blue) = 216+180+38=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 38 (15.23% from 255 or 8.76% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B426 is #274BD9. Grayscale: #AFAFAF. Windows color (decimal): -2575322 or 2536664. OLE color: 2536664.

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

Color convert

RGB 216 180 38 -
CMYK 0 0.17 0.82 0.15
HSL 47.87º 0.7% 0.5% -
HSV(B) 47.87º 0.82% 0.85% -
XYZ 44.99 47.38 8.61 -
YUV 174.58 50.93 157.55 -
System Red Green Blue C M Y K H S L
Decimal 216 180 38 0 0.17 0.82 0.15 47.87 0.7 0.5
Hex D8 B4 26 0 11 52 F 30 46 32
Octal 330 264 46 0 21 122 17 60 106 62
Binary 11011000 10110100 100110 0 10001 1010010 1111 110000 1000110 110010

Color Harmonies of #D8B426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B426

Black with #D8B426

Text Example


Text Example

White with #D8B426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B426; }

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

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

background-color css

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

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

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

border-color css

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

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

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