Html Css Color HEX #DC9801 Gamboge

📋 copy color: '#DC9801'

red 220 ◦ green 152 ◦ blue 1

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

Shades of Gamboge #DC9801

Tints of Gamboge #DC9801

RGB

 RED value IS 220 (86.33% from 255) = 58.98%

 GREEN value IS 152 (59.77% from 255) = 40.75%

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

R = 58.98%
G = 40.75%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DC9801 (or 0xDC9801) is known color: Gamboge. HEX triplet: DC, 98 and 01. RGB value is (220,152,1). Sum of RGB (Red+Green+Blue) = 220+152+1=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9801 is #2367FE. Grayscale: #9B9B9B. Windows color (decimal): -2320383 or 104668. OLE color: 104668.

HSL color Cylindrical-coordinate representation of color #DC9801: hue angle of 41.37º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC9801 is Cyan = 0, Magento = 0.31, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 152 1 -
CMYK 0 0.31 1.00 0.14
HSL 41.37º 0.99% 0.43% -
HSV(B) 41.37º 1% 0.86% -
XYZ 40.75 37.67 5.15 -
YUV 155.12 41.03 174.28 -
System Red Green Blue C M Y K H S L
Decimal 220 152 1 0 0.31 1.00 0.14 41.37 0.99 0.43
Hex DC 98 1 0 1F 64 E 29 63 2B
Octal 334 230 1 0 37 144 16 51 143 53
Binary 11011100 10011000 1 0 11111 1100100 1110 101001 1100011 101011

Color Harmonies of #DC9801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9801

Black with #DC9801

Text Example


Text Example

White with #DC9801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9801; }

 p { color: rgb(220,152,1); }

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

background-color css

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

 a { background-color: rgb(220,152,1); }

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

border-color css

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

 span { border-color: rgb(220,152,1); }

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