Html Css Color HEX #D6B429 Gold Tips

📋 copy color: '#D6B429'

red 214 ◦ green 180 ◦ blue 41

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

Shades of Gold Tips #D6B429

Tints of Gold Tips #D6B429

RGB

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

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

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

R = 49.2%
G = 41.38%
B = 9.43%

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

#D6B429 (or 0xD6B429) is known color: Gold Tips. HEX triplet: D6, B4 and 29. RGB value is (214,180,41). Sum of RGB (Red+Green+Blue) = 214+180+41=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 41 (16.41% from 255 or 9.43% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B429 is #294BD6. Grayscale: #AEAEAE. Windows color (decimal): -2706391 or 2733270. OLE color: 2733270.

HSL color Cylindrical-coordinate representation of color #D6B429: hue angle of 48.21º degrees, saturation: 0.68, 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 #D6B429 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 180 41 -
CMYK 0 0.16 0.81 0.16
HSL 48.21º 0.68% 0.5% -
HSV(B) 48.21º 0.81% 0.84% -
XYZ 44.45 47.1 8.85 -
YUV 174.32 52.76 156.3 -
System Red Green Blue C M Y K H S L
Decimal 214 180 41 0 0.16 0.81 0.16 48.21 0.68 0.5
Hex D6 B4 29 0 10 51 10 30 44 32
Octal 326 264 51 0 20 121 20 60 104 62
Binary 11010110 10110100 101001 0 10000 1010001 10000 110000 1000100 110010

Color Harmonies of #D6B429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B429

Black with #D6B429

Text Example


Text Example

White with #D6B429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B429; }

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

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

background-color css

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

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

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

border-color css

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

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

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