Html Css Color HEX #D6B529 Gold Tips

📋 copy color: '#D6B529'

red 214 ◦ green 181 ◦ blue 41

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

Shades of Gold Tips #D6B529

Tints of Gold Tips #D6B529

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.51%

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

R = 49.08%
G = 41.51%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D6B529 (or 0xD6B529) is known color: Gold Tips. HEX triplet: D6, B5 and 29. RGB value is (214,181,41). Sum of RGB (Red+Green+Blue) = 214+181+41=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 41 (16.41% from 255 or 9.40% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B529 is #294AD6. Grayscale: #AFAFAF. Windows color (decimal): -2706135 or 2733526. OLE color: 2733526.

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

Color convert

RGB 214 181 41 -
CMYK 0 0.15 0.81 0.16
HSL 48.55º 0.68% 0.5% -
HSV(B) 48.55º 0.81% 0.84% -
XYZ 44.66 47.5 8.91 -
YUV 174.91 52.43 155.88 -
System Red Green Blue C M Y K H S L
Decimal 214 181 41 0 0.15 0.81 0.16 48.55 0.68 0.5
Hex D6 B5 29 0 F 51 10 31 44 32
Octal 326 265 51 0 17 121 20 61 104 62
Binary 11010110 10110101 101001 0 1111 1010001 10000 110001 1000100 110010

Color Harmonies of #D6B529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B529

Black with #D6B529

Text Example


Text Example

White with #D6B529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B529; }

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

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

background-color css

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

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

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

border-color css

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

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

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