Html Css Color HEX #DC8D07 Gamboge

📋 copy color: '#DC8D07'

red 220 ◦ green 141 ◦ blue 7

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

Shades of Gamboge #DC8D07

Tints of Gamboge #DC8D07

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.32%

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

R = 59.78%
G = 38.32%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC8D07 (or 0xDC8D07) is known color: Gamboge. HEX triplet: DC, 8D and 07. RGB value is (220,141,7). Sum of RGB (Red+Green+Blue) = 220+141+7=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 7 (3.12% from 255 or 1.90% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8D07 is #2372F8. Grayscale: #959595. Windows color (decimal): -2323193 or 495068. OLE color: 495068.

HSL color Cylindrical-coordinate representation of color #DC8D07: hue angle of 37.75º 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 #DC8D07 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 141 7 -
CMYK 0 0.36 0.97 0.14
HSL 37.75º 0.94% 0.45% -
HSV(B) 37.75º 0.97% 0.86% -
XYZ 39.08 34.28 4.76 -
YUV 149.35 47.67 178.4 -
System Red Green Blue C M Y K H S L
Decimal 220 141 7 0 0.36 0.97 0.14 37.75 0.94 0.45
Hex DC 8D 7 0 24 61 E 26 5E 2D
Octal 334 215 7 0 44 141 16 46 136 55
Binary 11011100 10001101 111 0 100100 1100001 1110 100110 1011110 101101

Color Harmonies of #DC8D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8D07

Black with #DC8D07

Text Example


Text Example

White with #DC8D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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