Html Css Color HEX #D0A001 Gamboge

📋 copy color: '#D0A001'

red 208 ◦ green 160 ◦ blue 1

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

Shades of Gamboge #D0A001

Tints of Gamboge #D0A001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 56.37%
G = 43.36%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D0A001 (or 0xD0A001) is known color: Gamboge. HEX triplet: D0, A0 and 01. RGB value is (208,160,1). Sum of RGB (Red+Green+Blue) = 208+160+1=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A001 is #2F5FFE. Grayscale: #9C9C9C. Windows color (decimal): -3104767 or 106704. OLE color: 106704.

HSL color Cylindrical-coordinate representation of color #D0A001: hue angle of 46.09º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0A001 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 160 1 -
CMYK 0 0.23 1.00 0.18
HSL 46.09º 0.99% 0.41% -
HSV(B) 46.09º 1% 0.82% -
XYZ 38.59 38.55 5.44 -
YUV 156.23 40.4 164.93 -
System Red Green Blue C M Y K H S L
Decimal 208 160 1 0 0.23 1.00 0.18 46.09 0.99 0.41
Hex D0 A0 1 0 17 64 12 2E 63 29
Octal 320 240 1 0 27 144 22 56 143 51
Binary 11010000 10100000 1 0 10111 1100100 10010 101110 1100011 101001

Color Harmonies of #D0A001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A001

Black with #D0A001

Text Example


Text Example

White with #D0A001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A001; }

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

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

background-color css

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

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

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

border-color css

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

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

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