Html Css Color HEX #D4A10A Gamboge

📋 copy color: '#D4A10A'

red 212 ◦ green 161 ◦ blue 10

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

Shades of Gamboge #D4A10A

Tints of Gamboge #D4A10A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.04%

 BLUE value IS 10 (4.3% from 255) = 2.61%

R = 55.35%
G = 42.04%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D4A10A (or 0xD4A10A) is known color: Gamboge. HEX triplet: D4, A1 and 0A. RGB value is (212,161,10). Sum of RGB (Red+Green+Blue) = 212+161+10=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A10A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A10A is #2B5EF5. Grayscale: #9F9F9F. Windows color (decimal): -2842358 or 696788. OLE color: 696788.

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

Color convert

RGB 212 161 10 -
CMYK 0 0.24 0.95 0.17
HSL 44.85º 0.91% 0.44% -
HSV(B) 44.85º 0.95% 0.83% -
XYZ 39.95 39.51 5.81 -
YUV 159.04 43.9 165.78 -
System Red Green Blue C M Y K H S L
Decimal 212 161 10 0 0.24 0.95 0.17 44.85 0.91 0.44
Hex D4 A1 A 0 18 5F 11 2D 5B 2C
Octal 324 241 12 0 30 137 21 55 133 54
Binary 11010100 10100001 1010 0 11000 1011111 10001 101101 1011011 101100

Color Harmonies of #D4A10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A10A

Black with #D4A10A

Text Example


Text Example

White with #D4A10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A10A; }

 p { color: rgb(212,161,10); }

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

background-color css

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

 a { background-color: rgb(212,161,10); }

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

border-color css

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

 span { border-color: rgb(212,161,10); }

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