Html Css Color HEX #D6B424 Gold Tips

📋 copy color: '#D6B424'

red 214 ◦ green 180 ◦ blue 36

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

Shades of Gold Tips #D6B424

Tints of Gold Tips #D6B424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.37%

R = 49.77%
G = 41.86%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D6B424 (or 0xD6B424) is known color: Gold Tips. HEX triplet: D6, B4 and 24. RGB value is (214,180,36). Sum of RGB (Red+Green+Blue) = 214+180+36=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 36 (14.45% from 255 or 8.37% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B424 is #294BDB. Grayscale: #AEAEAE. Windows color (decimal): -2706396 or 2405590. OLE color: 2405590.

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

Color convert

RGB 214 180 36 -
CMYK 0 0.16 0.83 0.16
HSL 48.54º 0.71% 0.49% -
HSV(B) 48.54º 0.83% 0.84% -
XYZ 44.37 47.07 8.42 -
YUV 173.75 50.26 156.71 -
System Red Green Blue C M Y K H S L
Decimal 214 180 36 0 0.16 0.83 0.16 48.54 0.71 0.49
Hex D6 B4 24 0 10 53 10 31 47 31
Octal 326 264 44 0 20 123 20 61 107 61
Binary 11010110 10110100 100100 0 10000 1010011 10000 110001 1000111 110001

Color Harmonies of #D6B424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B424

Black with #D6B424

Text Example


Text Example

White with #D6B424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B424; }

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

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

background-color css

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

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

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

border-color css

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

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

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