Html Css Color HEX #D4A002 Gamboge

📋 copy color: '#D4A002'

red 212 ◦ green 160 ◦ blue 2

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

Shades of Gamboge #D4A002

Tints of Gamboge #D4A002

RGB

 RED value IS 212 (83.2% from 255) = 56.68%

 GREEN value IS 160 (62.89% from 255) = 42.78%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 56.68%
G = 42.78%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D4A002 (or 0xD4A002) is known color: Gamboge. HEX triplet: D4, A0 and 02. RGB value is (212,160,2). Sum of RGB (Red+Green+Blue) = 212+160+2=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A002 is #2B5FFD. Grayscale: #9E9E9E. Windows color (decimal): -2842622 or 172244. OLE color: 172244.

HSL color Cylindrical-coordinate representation of color #D4A002: hue angle of 45.14º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4A002 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 160 2 -
CMYK 0 0.25 0.99 0.17
HSL 45.14º 0.98% 0.42% -
HSV(B) 45.14º 0.99% 0.83% -
XYZ 39.73 39.14 5.52 -
YUV 157.54 40.23 166.85 -
System Red Green Blue C M Y K H S L
Decimal 212 160 2 0 0.25 0.99 0.17 45.14 0.98 0.42
Hex D4 A0 2 0 19 63 11 2D 62 2A
Octal 324 240 2 0 31 143 21 55 142 52
Binary 11010100 10100000 10 0 11001 1100011 10001 101101 1100010 101010

Color Harmonies of #D4A002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A002

Black with #D4A002

Text Example


Text Example

White with #D4A002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A002; }

 p { color: rgb(212,160,2); }

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

background-color css

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

 a { background-color: rgb(212,160,2); }

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

border-color css

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

 span { border-color: rgb(212,160,2); }

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