Html Css Color HEX #D4A903 Gamboge

📋 copy color: '#D4A903'

red 212 ◦ green 169 ◦ blue 3

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

Shades of Gamboge #D4A903

Tints of Gamboge #D4A903

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.01%

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

R = 55.21%
G = 44.01%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D4A903 (or 0xD4A903) is known color: Gamboge. HEX triplet: D4, A9 and 03. RGB value is (212,169,3). Sum of RGB (Red+Green+Blue) = 212+169+3=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 3 (1.56% from 255 or 0.78% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A903 is #2B56FC. Grayscale: #A3A3A3. Windows color (decimal): -2840317 or 240084. OLE color: 240084.

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

Color convert

RGB 212 169 3 -
CMYK 0 0.20 0.99 0.17
HSL 47.66º 0.97% 0.42% -
HSV(B) 47.66º 0.99% 0.83% -
XYZ 41.36 42.38 6.09 -
YUV 162.93 37.75 163 -
System Red Green Blue C M Y K H S L
Decimal 212 169 3 0 0.20 0.99 0.17 47.66 0.97 0.42
Hex D4 A9 3 0 14 63 11 30 61 2A
Octal 324 251 3 0 24 143 21 60 141 52
Binary 11010100 10101001 11 0 10100 1100011 10001 110000 1100001 101010

Color Harmonies of #D4A903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A903

Black with #D4A903

Text Example


Text Example

White with #D4A903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A903; }

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

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

background-color css

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

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

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

border-color css

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

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

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