Html Css Color HEX #D4A00D Gamboge

📋 copy color: '#D4A00D'

red 212 ◦ green 160 ◦ blue 13

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

Shades of Gamboge #D4A00D

Tints of Gamboge #D4A00D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.56%

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

R = 55.06%
G = 41.56%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4A00D (or 0xD4A00D) is known color: Gamboge. HEX triplet: D4, A0 and 0D. RGB value is (212,160,13). Sum of RGB (Red+Green+Blue) = 212+160+13=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A00D is #2B5FF2. Grayscale: #9F9F9F. Windows color (decimal): -2842611 or 893140. OLE color: 893140.

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

Color convert

RGB 212 160 13 -
CMYK 0 0.25 0.94 0.17
HSL 44.32º 0.88% 0.44% -
HSV(B) 44.32º 0.94% 0.83% -
XYZ 39.79 39.17 5.84 -
YUV 158.79 45.73 165.95 -
System Red Green Blue C M Y K H S L
Decimal 212 160 13 0 0.25 0.94 0.17 44.32 0.88 0.44
Hex D4 A0 D 0 19 5E 11 2C 58 2C
Octal 324 240 15 0 31 136 21 54 130 54
Binary 11010100 10100000 1101 0 11001 1011110 10001 101100 1011000 101100

Color Harmonies of #D4A00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A00D

Black with #D4A00D

Text Example


Text Example

White with #D4A00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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