Html Css Color HEX #D4A300 Gamboge

📋 copy color: '#D4A300'

red 212 ◦ green 163 ◦ blue 0

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

Shades of Gamboge #D4A300

Tints of Gamboge #D4A300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.53%
G = 43.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D4A300 (or 0xD4A300) is known color: Gamboge. HEX triplet: D4, A3 and 00. RGB value is (212,163,0). Sum of RGB (Red+Green+Blue) = 212+163+0=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A300 is #2B5CFF. Grayscale: #9F9F9F. Windows color (decimal): -2841856 or 41940. OLE color: 41940.

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

Color convert

RGB 212 163 0 -
CMYK 0 0.23 1 0.17
HSL 46.13º 1% 0.42% -
HSV(B) 46.13º 1% 0.83% -
XYZ 40.25 40.19 5.64 -
YUV 159.07 38.23 165.75 -
System Red Green Blue C M Y K H S L
Decimal 212 163 0 0 0.23 1 0.17 46.13 1 0.42
Hex D4 A3 0 0 17 64 11 2E 64 2A
Octal 324 243 0 0 27 144 21 56 144 52
Binary 11010100 10100011 0 0 10111 1100100 10001 101110 1100100 101010

Color Harmonies of #D4A300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A300

Black with #D4A300

Text Example


Text Example

White with #D4A300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A300; }

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

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

background-color css

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

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

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

border-color css

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

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

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