Html Css Color HEX #DC691B Chocolate

📋 copy color: '#DC691B'

red 220 ◦ green 105 ◦ blue 27

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

Shades of Chocolate #DC691B

Tints of Chocolate #DC691B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.67%

R = 62.5%
G = 29.83%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC691B (or 0xDC691B) is known color: Chocolate. HEX triplet: DC, 69 and 1B. RGB value is (220,105,27). Sum of RGB (Red+Green+Blue) = 220+105+27=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC691B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC691B is #2396E4. Grayscale: #828282. Windows color (decimal): -2332389 or 1796572. OLE color: 1796572.

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

Color convert

RGB 220 105 27 -
CMYK 0 0.52 0.88 0.14
HSL 24.25º 0.78% 0.48% -
HSV(B) 24.25º 0.88% 0.86% -
XYZ 34.76 25.4 4.11 -
YUV 130.49 69.6 191.84 -
System Red Green Blue C M Y K H S L
Decimal 220 105 27 0 0.52 0.88 0.14 24.25 0.78 0.48
Hex DC 69 1B 0 34 58 E 18 4E 30
Octal 334 151 33 0 64 130 16 30 116 60
Binary 11011100 1101001 11011 0 110100 1011000 1110 11000 1001110 110000

Color Harmonies of #DC691B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC691B

Black with #DC691B

Text Example


Text Example

White with #DC691B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC691B; }

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

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

background-color css

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

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

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

border-color css

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

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

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