Html Css Color HEX #DC9906 Gamboge

📋 copy color: '#DC9906'

red 220 ◦ green 153 ◦ blue 6

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

Shades of Gamboge #DC9906

Tints of Gamboge #DC9906

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.37%

 BLUE value IS 6 (2.73% from 255) = 1.58%

R = 58.05%
G = 40.37%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC9906 (or 0xDC9906) is known color: Gamboge. HEX triplet: DC, 99 and 06. RGB value is (220,153,6). Sum of RGB (Red+Green+Blue) = 220+153+6=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 6 (2.73% from 255 or 1.58% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9906 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9906 is #2366F9. Grayscale: #9C9C9C. Windows color (decimal): -2320122 or 432604. OLE color: 432604.

HSL color Cylindrical-coordinate representation of color #DC9906: hue angle of 41.21º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC9906 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 153 6 -
CMYK 0 0.30 0.97 0.14
HSL 41.21º 0.95% 0.44% -
HSV(B) 41.21º 0.97% 0.86% -
XYZ 40.94 38.01 5.35 -
YUV 156.28 43.2 173.45 -
System Red Green Blue C M Y K H S L
Decimal 220 153 6 0 0.30 0.97 0.14 41.21 0.95 0.44
Hex DC 99 6 0 1E 61 E 29 5F 2C
Octal 334 231 6 0 36 141 16 51 137 54
Binary 11011100 10011001 110 0 11110 1100001 1110 101001 1011111 101100

Color Harmonies of #DC9906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9906

Black with #DC9906

Text Example


Text Example

White with #DC9906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9906; }

 p { color: rgb(220,153,6); }

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

background-color css

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

 a { background-color: rgb(220,153,6); }

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

border-color css

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

 span { border-color: rgb(220,153,6); }

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