Html Css Color HEX #DC890C Gamboge

📋 copy color: '#DC890C'

red 220 ◦ green 137 ◦ blue 12

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

Shades of Gamboge #DC890C

Tints of Gamboge #DC890C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.13%

 BLUE value IS 12 (5.08% from 255) = 3.25%

R = 59.62%
G = 37.13%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC890C (or 0xDC890C) is known color: Gamboge. HEX triplet: DC, 89 and 0C. RGB value is (220,137,12). Sum of RGB (Red+Green+Blue) = 220+137+12=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC890C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC890C is #2376F3. Grayscale: #949494. Windows color (decimal): -2324212 or 821724. OLE color: 821724.

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

Color convert

RGB 220 137 12 -
CMYK 0 0.38 0.95 0.14
HSL 36.06º 0.9% 0.45% -
HSV(B) 36.06º 0.95% 0.86% -
XYZ 38.53 33.13 4.71 -
YUV 147.57 51.5 179.66 -
System Red Green Blue C M Y K H S L
Decimal 220 137 12 0 0.38 0.95 0.14 36.06 0.9 0.45
Hex DC 89 C 0 26 5F E 24 5A 2D
Octal 334 211 14 0 46 137 16 44 132 55
Binary 11011100 10001001 1100 0 100110 1011111 1110 100100 1011010 101101

Color Harmonies of #DC890C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC890C

Black with #DC890C

Text Example


Text Example

White with #DC890C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC890C; }

 p { color: rgb(220,137,12); }

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

background-color css

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

 a { background-color: rgb(220,137,12); }

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

border-color css

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

 span { border-color: rgb(220,137,12); }

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