Html Css Color HEX #D6B428 Gold Tips

📋 copy color: '#D6B428'

red 214 ◦ green 180 ◦ blue 40

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

Shades of Gold Tips #D6B428

Tints of Gold Tips #D6B428

RGB

 RED value IS 214 (83.98% from 255) = 49.31%

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

 BLUE value IS 40 (16.02% from 255) = 9.22%

R = 49.31%
G = 41.47%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D6B428 (or 0xD6B428) is known color: Gold Tips. HEX triplet: D6, B4 and 28. RGB value is (214,180,40). Sum of RGB (Red+Green+Blue) = 214+180+40=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 40 (16.02% from 255 or 9.22% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B428 is #294BD7. Grayscale: #AEAEAE. Windows color (decimal): -2706392 or 2667734. OLE color: 2667734.

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

Color convert

RGB 214 180 40 -
CMYK 0 0.16 0.81 0.16
HSL 48.28º 0.69% 0.5% -
HSV(B) 48.28º 0.81% 0.84% -
XYZ 44.44 47.09 8.76 -
YUV 174.21 52.26 156.38 -
System Red Green Blue C M Y K H S L
Decimal 214 180 40 0 0.16 0.81 0.16 48.28 0.69 0.5
Hex D6 B4 28 0 10 51 10 30 45 32
Octal 326 264 50 0 20 121 20 60 105 62
Binary 11010110 10110100 101000 0 10000 1010001 10000 110000 1000101 110010

Color Harmonies of #D6B428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B428

Black with #D6B428

Text Example


Text Example

White with #D6B428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B428; }

 p { color: rgb(214,180,40); }

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

background-color css

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

 a { background-color: rgb(214,180,40); }

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

border-color css

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

 span { border-color: rgb(214,180,40); }

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