Html Css Color HEX #D5A204 Gamboge

📋 copy color: '#D5A204'

red 213 ◦ green 162 ◦ blue 4

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

Shades of Gamboge #D5A204

Tints of Gamboge #D5A204

RGB

 RED value IS 213 (83.59% from 255) = 56.2%

 GREEN value IS 162 (63.67% from 255) = 42.74%

 BLUE value IS 4 (1.95% from 255) = 1.06%

R = 56.2%
G = 42.74%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D5A204 (or 0xD5A204) is known color: Gamboge. HEX triplet: D5, A2 and 04. RGB value is (213,162,4). Sum of RGB (Red+Green+Blue) = 213+162+4=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 4 (1.95% from 255 or 1.06% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A204 is #2A5DFB. Grayscale: #9F9F9F. Windows color (decimal): -2776572 or 303829. OLE color: 303829.

HSL color Cylindrical-coordinate representation of color #D5A204: hue angle of 45.36º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D5A204 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 162 4 -
CMYK 0 0.24 0.98 0.16
HSL 45.36º 0.96% 0.43% -
HSV(B) 45.36º 0.98% 0.84% -
XYZ 40.38 40 5.71 -
YUV 159.24 40.4 166.35 -
System Red Green Blue C M Y K H S L
Decimal 213 162 4 0 0.24 0.98 0.16 45.36 0.96 0.43
Hex D5 A2 4 0 18 62 10 2D 60 2B
Octal 325 242 4 0 30 142 20 55 140 53
Binary 11010101 10100010 100 0 11000 1100010 10000 101101 1100000 101011

Color Harmonies of #D5A204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A204

Black with #D5A204

Text Example


Text Example

White with #D5A204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A204; }

 p { color: rgb(213,162,4); }

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

background-color css

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

 a { background-color: rgb(213,162,4); }

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

border-color css

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

 span { border-color: rgb(213,162,4); }

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