Html Css Color HEX #D4A003 Gamboge

📋 copy color: '#D4A003'

red 212 ◦ green 160 ◦ blue 3

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

Shades of Gamboge #D4A003

Tints of Gamboge #D4A003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 56.53%
G = 42.67%
B = 0.8%

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

#D4A003 (or 0xD4A003) is known color: Gamboge. HEX triplet: D4, A0 and 03. RGB value is (212,160,3). Sum of RGB (Red+Green+Blue) = 212+160+3=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A003 is #2B5FFC. Grayscale: #9E9E9E. Windows color (decimal): -2842621 or 237780. OLE color: 237780.

HSL color Cylindrical-coordinate representation of color #D4A003: hue angle of 45.07º degrees, saturation: 0.97, 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 #D4A003 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 160 3 -
CMYK 0 0.25 0.99 0.17
HSL 45.07º 0.97% 0.42% -
HSV(B) 45.07º 0.99% 0.83% -
XYZ 39.74 39.15 5.55 -
YUV 157.65 40.73 166.77 -
System Red Green Blue C M Y K H S L
Decimal 212 160 3 0 0.25 0.99 0.17 45.07 0.97 0.42
Hex D4 A0 3 0 19 63 11 2D 61 2A
Octal 324 240 3 0 31 143 21 55 141 52
Binary 11010100 10100000 11 0 11001 1100011 10001 101101 1100001 101010

Color Harmonies of #D4A003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A003

Black with #D4A003

Text Example


Text Example

White with #D4A003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A003; }

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

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

background-color css

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

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

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

border-color css

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

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

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