Html Css Color HEX #DA691C Chocolate

📋 copy color: '#DA691C'

red 218 ◦ green 105 ◦ blue 28

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

Shades of Chocolate #DA691C

Tints of Chocolate #DA691C

RGB

 RED value IS 218 (85.55% from 255) = 62.11%

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

 BLUE value IS 28 (11.33% from 255) = 7.98%

R = 62.11%
G = 29.91%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA691C (or 0xDA691C) is known color: Chocolate. HEX triplet: DA, 69 and 1C. RGB value is (218,105,28). Sum of RGB (Red+Green+Blue) = 218+105+28=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA691C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA691C is #2596E3. Grayscale: #828282. Windows color (decimal): -2463460 or 1862106. OLE color: 1862106.

HSL color Cylindrical-coordinate representation of color #DA691C: hue angle of 24.32º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA691C is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 105 28 -
CMYK 0 0.52 0.87 0.15
HSL 24.32º 0.77% 0.48% -
HSV(B) 24.32º 0.87% 0.85% -
XYZ 34.17 25.09 4.14 -
YUV 130.01 70.44 190.76 -
System Red Green Blue C M Y K H S L
Decimal 218 105 28 0 0.52 0.87 0.15 24.32 0.77 0.48
Hex DA 69 1C 0 34 57 F 18 4D 30
Octal 332 151 34 0 64 127 17 30 115 60
Binary 11011010 1101001 11100 0 110100 1010111 1111 11000 1001101 110000

Color Harmonies of #DA691C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA691C

Black with #DA691C

Text Example


Text Example

White with #DA691C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA691C; }

 p { color: rgb(218,105,28); }

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

background-color css

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

 a { background-color: rgb(218,105,28); }

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

border-color css

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

 span { border-color: rgb(218,105,28); }

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