Html Css Color HEX #DA6823 Chocolate

📋 copy color: '#DA6823'

red 218 ◦ green 104 ◦ blue 35

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

Shades of Chocolate #DA6823

Tints of Chocolate #DA6823

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.13%

 BLUE value IS 35 (14.06% from 255) = 9.8%

R = 61.06%
G = 29.13%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA6823 (or 0xDA6823) is known color: Chocolate. HEX triplet: DA, 68 and 23. RGB value is (218,104,35). Sum of RGB (Red+Green+Blue) = 218+104+35=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 35 (14.06% from 255 or 9.80% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6823 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6823 is #2597DC. Grayscale: #828282. Windows color (decimal): -2463709 or 2320602. OLE color: 2320602.

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

Color convert

RGB 218 104 35 -
CMYK 0 0.52 0.84 0.15
HSL 22.62º 0.72% 0.5% -
HSV(B) 22.62º 0.84% 0.85% -
XYZ 34.17 24.93 4.6 -
YUV 130.22 74.27 190.61 -
System Red Green Blue C M Y K H S L
Decimal 218 104 35 0 0.52 0.84 0.15 22.62 0.72 0.5
Hex DA 68 23 0 34 54 F 17 48 32
Octal 332 150 43 0 64 124 17 27 110 62
Binary 11011010 1101000 100011 0 110100 1010100 1111 10111 1001000 110010

Color Harmonies of #DA6823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6823

Black with #DA6823

Text Example


Text Example

White with #DA6823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6823; }

 p { color: rgb(218,104,35); }

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

background-color css

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

 a { background-color: rgb(218,104,35); }

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

border-color css

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

 span { border-color: rgb(218,104,35); }

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