Html Css Color HEX #D4A800 Gamboge

📋 copy color: '#D4A800'

red 212 ◦ green 168 ◦ blue 0

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

Shades of Gamboge #D4A800

Tints of Gamboge #D4A800

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.21%

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

R = 55.79%
G = 44.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D4A800 (or 0xD4A800) is known color: Gamboge. HEX triplet: D4, A8 and 00. RGB value is (212,168,0). Sum of RGB (Red+Green+Blue) = 212+168+0=380 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.79% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A800 is #2B57FF. Grayscale: #A2A2A2. Windows color (decimal): -2840576 or 43220. OLE color: 43220.

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

Color convert

RGB 212 168 0 -
CMYK 0 0.21 1 0.17
HSL 47.55º 1% 0.42% -
HSV(B) 47.55º 1% 0.83% -
XYZ 41.15 42 5.94 -
YUV 162 36.58 163.66 -
System Red Green Blue C M Y K H S L
Decimal 212 168 0 0 0.21 1 0.17 47.55 1 0.42
Hex D4 A8 0 0 15 64 11 30 64 2A
Octal 324 250 0 0 25 144 21 60 144 52
Binary 11010100 10101000 0 0 10101 1100100 10001 110000 1100100 101010

Color Harmonies of #D4A800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A800

Black with #D4A800

Text Example


Text Example

White with #D4A800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A800; }

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

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

background-color css

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

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

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

border-color css

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

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

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