Html Css Color HEX #D4A307 Gamboge

📋 copy color: '#D4A307'

red 212 ◦ green 163 ◦ blue 7

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

Shades of Gamboge #D4A307

Tints of Gamboge #D4A307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.83%

R = 55.5%
G = 42.67%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D4A307 (or 0xD4A307) is known color: Gamboge. HEX triplet: D4, A3 and 07. RGB value is (212,163,7). Sum of RGB (Red+Green+Blue) = 212+163+7=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 7 (3.12% from 255 or 1.83% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A307 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A307 is #2B5CF8. Grayscale: #A0A0A0. Windows color (decimal): -2841849 or 500692. OLE color: 500692.

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

Color convert

RGB 212 163 7 -
CMYK 0 0.23 0.97 0.17
HSL 45.66º 0.94% 0.43% -
HSV(B) 45.66º 0.97% 0.83% -
XYZ 40.29 40.21 5.84 -
YUV 159.87 41.73 165.18 -
System Red Green Blue C M Y K H S L
Decimal 212 163 7 0 0.23 0.97 0.17 45.66 0.94 0.43
Hex D4 A3 7 0 17 61 11 2E 5E 2B
Octal 324 243 7 0 27 141 21 56 136 53
Binary 11010100 10100011 111 0 10111 1100001 10001 101110 1011110 101011

Color Harmonies of #D4A307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A307

Black with #D4A307

Text Example


Text Example

White with #D4A307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A307; }

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

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

background-color css

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

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

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

border-color css

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

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

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