Html Css Color HEX #DC8807 Gamboge

📋 copy color: '#DC8807'

red 220 ◦ green 136 ◦ blue 7

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

Shades of Gamboge #DC8807

Tints of Gamboge #DC8807

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.47%

 BLUE value IS 7 (3.13% from 255) = 1.93%

R = 60.61%
G = 37.47%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC8807 (or 0xDC8807) is known color: Gamboge. HEX triplet: DC, 88 and 07. RGB value is (220,136,7). Sum of RGB (Red+Green+Blue) = 220+136+7=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 7 (3.12% from 255 or 1.93% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8807 is #2377F8. Grayscale: #939393. Windows color (decimal): -2324473 or 493788. OLE color: 493788.

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

Color convert

RGB 220 136 7 -
CMYK 0 0.38 0.97 0.14
HSL 36.34º 0.94% 0.45% -
HSV(B) 36.34º 0.97% 0.86% -
XYZ 38.36 32.84 4.52 -
YUV 146.41 49.33 180.49 -
System Red Green Blue C M Y K H S L
Decimal 220 136 7 0 0.38 0.97 0.14 36.34 0.94 0.45
Hex DC 88 7 0 26 61 E 24 5E 2D
Octal 334 210 7 0 46 141 16 44 136 55
Binary 11011100 10001000 111 0 100110 1100001 1110 100100 1011110 101101

Color Harmonies of #DC8807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8807

Black with #DC8807

Text Example


Text Example

White with #DC8807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8807; }

 p { color: rgb(220,136,7); }

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

background-color css

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

 a { background-color: rgb(220,136,7); }

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

border-color css

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

 span { border-color: rgb(220,136,7); }

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