Html Css Color HEX #D4A302 Gamboge

📋 copy color: '#D4A302'

red 212 ◦ green 163 ◦ blue 2

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

Shades of Gamboge #D4A302

Tints of Gamboge #D4A302

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.24%

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

R = 56.23%
G = 43.24%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D4A302 (or 0xD4A302) is known color: Gamboge. HEX triplet: D4, A3 and 02. RGB value is (212,163,2). Sum of RGB (Red+Green+Blue) = 212+163+2=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 2 (1.17% from 255 or 0.53% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A302 is #2B5CFD. Grayscale: #9F9F9F. Windows color (decimal): -2841854 or 173012. OLE color: 173012.

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

Color convert

RGB 212 163 2 -
CMYK 0 0.23 0.99 0.17
HSL 46º 0.98% 0.42% -
HSV(B) 46º 0.99% 0.83% -
XYZ 40.26 40.2 5.69 -
YUV 159.3 39.23 165.59 -
System Red Green Blue C M Y K H S L
Decimal 212 163 2 0 0.23 0.99 0.17 46 0.98 0.42
Hex D4 A3 2 0 17 63 11 2E 62 2A
Octal 324 243 2 0 27 143 21 56 142 52
Binary 11010100 10100011 10 0 10111 1100011 10001 101110 1100010 101010

Color Harmonies of #D4A302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A302

Black with #D4A302

Text Example


Text Example

White with #D4A302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A302; }

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

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

background-color css

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

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

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

border-color css

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

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

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