Html Css Color HEX #D4A303 Gamboge

📋 copy color: '#D4A303'

red 212 ◦ green 163 ◦ blue 3

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

Shades of Gamboge #D4A303

Tints of Gamboge #D4A303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.79%

R = 56.08%
G = 43.12%
B = 0.79%

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

#D4A303 (or 0xD4A303) is known color: Gamboge. HEX triplet: D4, A3 and 03. RGB value is (212,163,3). Sum of RGB (Red+Green+Blue) = 212+163+3=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 3 (1.56% from 255 or 0.79% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A303 is #2B5CFC. Grayscale: #A0A0A0. Windows color (decimal): -2841853 or 238548. OLE color: 238548.

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

Color convert

RGB 212 163 3 -
CMYK 0 0.23 0.99 0.17
HSL 45.93º 0.97% 0.42% -
HSV(B) 45.93º 0.99% 0.83% -
XYZ 40.27 40.2 5.72 -
YUV 159.41 39.73 165.51 -
System Red Green Blue C M Y K H S L
Decimal 212 163 3 0 0.23 0.99 0.17 45.93 0.97 0.42
Hex D4 A3 3 0 17 63 11 2E 61 2A
Octal 324 243 3 0 27 143 21 56 141 52
Binary 11010100 10100011 11 0 10111 1100011 10001 101110 1100001 101010

Color Harmonies of #D4A303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A303

Black with #D4A303

Text Example


Text Example

White with #D4A303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A303; }

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

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

background-color css

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

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

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

border-color css

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

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

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