Html Css Color HEX #D4A70D Gamboge

📋 copy color: '#D4A70D'

red 212 ◦ green 167 ◦ blue 13

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

Shades of Gamboge #D4A70D

Tints of Gamboge #D4A70D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.6%

 BLUE value IS 13 (5.47% from 255) = 3.32%

R = 54.08%
G = 42.6%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4A70D (or 0xD4A70D) is known color: Gamboge. HEX triplet: D4, A7 and 0D. RGB value is (212,167,13). Sum of RGB (Red+Green+Blue) = 212+167+13=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A70D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A70D is #2B58F2. Grayscale: #A3A3A3. Windows color (decimal): -2840819 or 894932. OLE color: 894932.

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

Color convert

RGB 212 167 13 -
CMYK 0 0.21 0.94 0.17
HSL 46.43º 0.88% 0.44% -
HSV(B) 46.43º 0.94% 0.83% -
XYZ 41.04 41.66 6.26 -
YUV 162.9 43.41 163.02 -
System Red Green Blue C M Y K H S L
Decimal 212 167 13 0 0.21 0.94 0.17 46.43 0.88 0.44
Hex D4 A7 D 0 15 5E 11 2E 58 2C
Octal 324 247 15 0 25 136 21 56 130 54
Binary 11010100 10100111 1101 0 10101 1011110 10001 101110 1011000 101100

Color Harmonies of #D4A70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A70D

Black with #D4A70D

Text Example


Text Example

White with #D4A70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A70D; }

 p { color: rgb(212,167,13); }

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

background-color css

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

 a { background-color: rgb(212,167,13); }

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

border-color css

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

 span { border-color: rgb(212,167,13); }

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