Html Css Color HEX #DC690F Chocolate

📋 copy color: '#DC690F'

red 220 ◦ green 105 ◦ blue 15

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

Shades of Chocolate #DC690F

Tints of Chocolate #DC690F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.88%

 BLUE value IS 15 (6.25% from 255) = 4.41%

R = 64.71%
G = 30.88%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC690F (or 0xDC690F) is known color: Chocolate. HEX triplet: DC, 69 and 0F. RGB value is (220,105,15). Sum of RGB (Red+Green+Blue) = 220+105+15=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC690F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC690F is #2396F0. Grayscale: #818181. Windows color (decimal): -2332401 or 1010140. OLE color: 1010140.

HSL color Cylindrical-coordinate representation of color #DC690F: hue angle of 26.34º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC690F is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 105 15 -
CMYK 0 0.52 0.93 0.14
HSL 26.34º 0.87% 0.46% -
HSV(B) 26.34º 0.93% 0.86% -
XYZ 34.65 25.35 3.52 -
YUV 129.13 63.6 192.82 -
System Red Green Blue C M Y K H S L
Decimal 220 105 15 0 0.52 0.93 0.14 26.34 0.87 0.46
Hex DC 69 F 0 34 5D E 1A 57 2E
Octal 334 151 17 0 64 135 16 32 127 56
Binary 11011100 1101001 1111 0 110100 1011101 1110 11010 1010111 101110

Color Harmonies of #DC690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC690F

Black with #DC690F

Text Example


Text Example

White with #DC690F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC690F; }

 p { color: rgb(220,105,15); }

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

background-color css

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

 a { background-color: rgb(220,105,15); }

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

border-color css

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

 span { border-color: rgb(220,105,15); }

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