Html Css Color HEX #D0A005 Gamboge

📋 copy color: '#D0A005'

red 208 ◦ green 160 ◦ blue 5

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

Shades of Gamboge #D0A005

Tints of Gamboge #D0A005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.34%

R = 55.76%
G = 42.9%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D0A005 (or 0xD0A005) is known color: Gamboge. HEX triplet: D0, A0 and 05. RGB value is (208,160,5). Sum of RGB (Red+Green+Blue) = 208+160+5=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A005 is #2F5FFA. Grayscale: #9D9D9D. Windows color (decimal): -3104763 or 368848. OLE color: 368848.

HSL color Cylindrical-coordinate representation of color #D0A005: hue angle of 45.81º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0A005 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 160 5 -
CMYK 0 0.23 0.98 0.18
HSL 45.81º 0.95% 0.42% -
HSV(B) 45.81º 0.98% 0.82% -
XYZ 38.61 38.56 5.55 -
YUV 156.68 42.4 164.6 -
System Red Green Blue C M Y K H S L
Decimal 208 160 5 0 0.23 0.98 0.18 45.81 0.95 0.42
Hex D0 A0 5 0 17 62 12 2E 5F 2A
Octal 320 240 5 0 27 142 22 56 137 52
Binary 11010000 10100000 101 0 10111 1100010 10010 101110 1011111 101010

Color Harmonies of #D0A005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A005

Black with #D0A005

Text Example


Text Example

White with #D0A005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A005; }

 p { color: rgb(208,160,5); }

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

background-color css

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

 a { background-color: rgb(208,160,5); }

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

border-color css

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

 span { border-color: rgb(208,160,5); }

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