Html Css Color HEX #DC970C Gamboge

📋 copy color: '#DC970C'

red 220 ◦ green 151 ◦ blue 12

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

Shades of Gamboge #DC970C

Tints of Gamboge #DC970C

RGB

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

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

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

R = 57.44%
G = 39.43%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC970C (or 0xDC970C) is known color: Gamboge. HEX triplet: DC, 97 and 0C. RGB value is (220,151,12). Sum of RGB (Red+Green+Blue) = 220+151+12=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC970C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC970C is #2368F3. Grayscale: #9C9C9C. Windows color (decimal): -2320628 or 825308. OLE color: 825308.

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

Color convert

RGB 220 151 12 -
CMYK 0 0.31 0.95 0.14
HSL 40.1º 0.9% 0.45% -
HSV(B) 40.1º 0.95% 0.86% -
XYZ 40.65 37.38 5.42 -
YUV 155.79 46.86 173.8 -
System Red Green Blue C M Y K H S L
Decimal 220 151 12 0 0.31 0.95 0.14 40.1 0.9 0.45
Hex DC 97 C 0 1F 5F E 28 5A 2D
Octal 334 227 14 0 37 137 16 50 132 55
Binary 11011100 10010111 1100 0 11111 1011111 1110 101000 1011010 101101

Color Harmonies of #DC970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC970C

Black with #DC970C

Text Example


Text Example

White with #DC970C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC970C; }

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

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

background-color css

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

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

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

border-color css

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

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

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