Html Css Color HEX #D0A40C Gamboge

📋 copy color: '#D0A40C'

red 208 ◦ green 164 ◦ blue 12

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

Shades of Gamboge #D0A40C

Tints of Gamboge #D0A40C

RGB

 RED value IS 208 (81.64% from 255) = 54.17%

 GREEN value IS 164 (64.45% from 255) = 42.71%

 BLUE value IS 12 (5.08% from 255) = 3.13%

R = 54.17%
G = 42.71%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0A40C (or 0xD0A40C) is known color: Gamboge. HEX triplet: D0, A4 and 0C. RGB value is (208,164,12). Sum of RGB (Red+Green+Blue) = 208+164+12=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A40C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A40C is #2F5BF3. Grayscale: #A0A0A0. Windows color (decimal): -3103732 or 828624. OLE color: 828624.

HSL color Cylindrical-coordinate representation of color #D0A40C: hue angle of 46.53º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0A40C is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 164 12 -
CMYK 0 0.21 0.94 0.18
HSL 46.53º 0.89% 0.43% -
HSV(B) 46.53º 0.94% 0.82% -
XYZ 39.35 39.99 5.99 -
YUV 159.83 44.58 162.36 -
System Red Green Blue C M Y K H S L
Decimal 208 164 12 0 0.21 0.94 0.18 46.53 0.89 0.43
Hex D0 A4 C 0 15 5E 12 2F 59 2B
Octal 320 244 14 0 25 136 22 57 131 53
Binary 11010000 10100100 1100 0 10101 1011110 10010 101111 1011001 101011

Color Harmonies of #D0A40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A40C

Black with #D0A40C

Text Example


Text Example

White with #D0A40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A40C; }

 p { color: rgb(208,164,12); }

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

background-color css

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

 a { background-color: rgb(208,164,12); }

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

border-color css

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

 span { border-color: rgb(208,164,12); }

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