Html Css Color HEX #D4A306 Gamboge

📋 copy color: '#D4A306'

red 212 ◦ green 163 ◦ blue 6

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

Shades of Gamboge #D4A306

Tints of Gamboge #D4A306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.57%

R = 55.64%
G = 42.78%
B = 1.57%

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

#D4A306 (or 0xD4A306) is known color: Gamboge. HEX triplet: D4, A3 and 06. RGB value is (212,163,6). Sum of RGB (Red+Green+Blue) = 212+163+6=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 6 (2.73% from 255 or 1.57% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A306 is #2B5CF9. Grayscale: #A0A0A0. Windows color (decimal): -2841850 or 435156. OLE color: 435156.

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

Color convert

RGB 212 163 6 -
CMYK 0 0.23 0.97 0.17
HSL 45.73º 0.94% 0.43% -
HSV(B) 45.73º 0.97% 0.83% -
XYZ 40.28 40.2 5.81 -
YUV 159.75 41.23 165.27 -
System Red Green Blue C M Y K H S L
Decimal 212 163 6 0 0.23 0.97 0.17 45.73 0.94 0.43
Hex D4 A3 6 0 17 61 11 2E 5E 2B
Octal 324 243 6 0 27 141 21 56 136 53
Binary 11010100 10100011 110 0 10111 1100001 10001 101110 1011110 101011

Color Harmonies of #D4A306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A306

Black with #D4A306

Text Example


Text Example

White with #D4A306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A306; }

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

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

background-color css

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

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

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

border-color css

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

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

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