Html Css Color HEX #DC9705 Gamboge

📋 copy color: '#DC9705'

red 220 ◦ green 151 ◦ blue 5

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

Shades of Gamboge #DC9705

Tints of Gamboge #DC9705

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.16%

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

R = 58.51%
G = 40.16%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC9705 (or 0xDC9705) is known color: Gamboge. HEX triplet: DC, 97 and 05. RGB value is (220,151,5). Sum of RGB (Red+Green+Blue) = 220+151+5=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 5 (2.34% from 255 or 1.33% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9705 is #2368FA. Grayscale: #9B9B9B. Windows color (decimal): -2320635 or 366556. OLE color: 366556.

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

Color convert

RGB 220 151 5 -
CMYK 0 0.31 0.98 0.14
HSL 40.74º 0.96% 0.44% -
HSV(B) 40.74º 0.98% 0.86% -
XYZ 40.61 37.36 5.21 -
YUV 154.99 43.36 174.37 -
System Red Green Blue C M Y K H S L
Decimal 220 151 5 0 0.31 0.98 0.14 40.74 0.96 0.44
Hex DC 97 5 0 1F 62 E 29 60 2C
Octal 334 227 5 0 37 142 16 51 140 54
Binary 11011100 10010111 101 0 11111 1100010 1110 101001 1100000 101100

Color Harmonies of #DC9705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9705

Black with #DC9705

Text Example


Text Example

White with #DC9705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9705; }

 p { color: rgb(220,151,5); }

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

background-color css

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

 a { background-color: rgb(220,151,5); }

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

border-color css

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

 span { border-color: rgb(220,151,5); }

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