Html Css Color HEX #D4A500 Gamboge

📋 copy color: '#D4A500'

red 212 ◦ green 165 ◦ blue 0

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

Shades of Gamboge #D4A500

Tints of Gamboge #D4A500

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.77%

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

R = 56.23%
G = 43.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D4A500 (or 0xD4A500) is known color: Gamboge. HEX triplet: D4, A5 and 00. RGB value is (212,165,0). Sum of RGB (Red+Green+Blue) = 212+165+0=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A500 is #2B5AFF. Grayscale: #A0A0A0. Windows color (decimal): -2841344 or 42452. OLE color: 42452.

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

Color convert

RGB 212 165 0 -
CMYK 0 0.22 1 0.17
HSL 46.7º 1% 0.42% -
HSV(B) 46.7º 1% 0.83% -
XYZ 40.61 40.91 5.76 -
YUV 160.24 37.57 164.92 -
System Red Green Blue C M Y K H S L
Decimal 212 165 0 0 0.22 1 0.17 46.7 1 0.42
Hex D4 A5 0 0 16 64 11 2F 64 2A
Octal 324 245 0 0 26 144 21 57 144 52
Binary 11010100 10100101 0 0 10110 1100100 10001 101111 1100100 101010

Color Harmonies of #D4A500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A500

Black with #D4A500

Text Example


Text Example

White with #D4A500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A500; }

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

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

background-color css

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

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

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

border-color css

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

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

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