Html Css Color HEX #D6B628 Gold Tips

📋 copy color: '#D6B628'

red 214 ◦ green 182 ◦ blue 40

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

Shades of Gold Tips #D6B628

Tints of Gold Tips #D6B628

RGB

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

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

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

R = 49.08%
G = 41.74%
B = 9.17%

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

#D6B628 (or 0xD6B628) is known color: Gold Tips. HEX triplet: D6, B6 and 28. RGB value is (214,182,40). Sum of RGB (Red+Green+Blue) = 214+182+40=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B628 is #2949D7. Grayscale: #AFAFAF. Windows color (decimal): -2705880 or 2668246. OLE color: 2668246.

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

Color convert

RGB 214 182 40 -
CMYK 0 0.15 0.81 0.16
HSL 48.97º 0.69% 0.5% -
HSV(B) 48.97º 0.81% 0.84% -
XYZ 44.84 47.91 8.89 -
YUV 175.38 51.6 155.55 -
System Red Green Blue C M Y K H S L
Decimal 214 182 40 0 0.15 0.81 0.16 48.97 0.69 0.5
Hex D6 B6 28 0 F 51 10 31 45 32
Octal 326 266 50 0 17 121 20 61 105 62
Binary 11010110 10110110 101000 0 1111 1010001 10000 110001 1000101 110010

Color Harmonies of #D6B628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B628

Black with #D6B628

Text Example


Text Example

White with #D6B628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B628; }

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

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

background-color css

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

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

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

border-color css

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

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

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