Html Css Color HEX #DC8C0B Gamboge

📋 copy color: '#DC8C0B'

red 220 ◦ green 140 ◦ blue 11

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

Shades of Gamboge #DC8C0B

Tints of Gamboge #DC8C0B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.74%

 BLUE value IS 11 (4.69% from 255) = 2.96%

R = 59.3%
G = 37.74%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC8C0B (or 0xDC8C0B) is known color: Gamboge. HEX triplet: DC, 8C and 0B. RGB value is (220,140,11). Sum of RGB (Red+Green+Blue) = 220+140+11=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8C0B is #2373F4. Grayscale: #959595. Windows color (decimal): -2323445 or 756956. OLE color: 756956.

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

Color convert

RGB 220 140 11 -
CMYK 0 0.36 0.95 0.14
HSL 37.03º 0.9% 0.45% -
HSV(B) 37.03º 0.95% 0.86% -
XYZ 38.95 34 4.83 -
YUV 149.21 50 178.49 -
System Red Green Blue C M Y K H S L
Decimal 220 140 11 0 0.36 0.95 0.14 37.03 0.9 0.45
Hex DC 8C B 0 24 5F E 25 5A 2D
Octal 334 214 13 0 44 137 16 45 132 55
Binary 11011100 10001100 1011 0 100100 1011111 1110 100101 1011010 101101

Color Harmonies of #DC8C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8C0B

Black with #DC8C0B

Text Example


Text Example

White with #DC8C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8C0B; }

 p { color: rgb(220,140,11); }

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

background-color css

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

 a { background-color: rgb(220,140,11); }

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

border-color css

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

 span { border-color: rgb(220,140,11); }

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