Html Css Color HEX #D4A50E Gamboge

📋 copy color: '#D4A50E'

red 212 ◦ green 165 ◦ blue 14

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

Shades of Gamboge #D4A50E

Tints of Gamboge #D4A50E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.58%

R = 54.22%
G = 42.2%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D4A50E (or 0xD4A50E) is known color: Gamboge. HEX triplet: D4, A5 and 0E. RGB value is (212,165,14). Sum of RGB (Red+Green+Blue) = 212+165+14=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 14 (5.86% from 255 or 3.58% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A50E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A50E is #2B5AF1. Grayscale: #A2A2A2. Windows color (decimal): -2841330 or 959956. OLE color: 959956.

HSL color Cylindrical-coordinate representation of color #D4A50E: hue angle of 45.76º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4A50E is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 165 14 -
CMYK 0 0.22 0.93 0.17
HSL 45.76º 0.88% 0.44% -
HSV(B) 45.76º 0.93% 0.83% -
XYZ 40.69 40.94 6.17 -
YUV 161.84 44.57 163.78 -
System Red Green Blue C M Y K H S L
Decimal 212 165 14 0 0.22 0.93 0.17 45.76 0.88 0.44
Hex D4 A5 E 0 16 5D 11 2E 58 2C
Octal 324 245 16 0 26 135 21 56 130 54
Binary 11010100 10100101 1110 0 10110 1011101 10001 101110 1011000 101100

Color Harmonies of #D4A50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A50E

Black with #D4A50E

Text Example


Text Example

White with #D4A50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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