Html Css Color HEX #DA6226 Chocolate

📋 copy color: '#DA6226'

red 218 ◦ green 98 ◦ blue 38

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

Shades of Chocolate #DA6226

Tints of Chocolate #DA6226

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.68%

 BLUE value IS 38 (15.23% from 255) = 10.73%

R = 61.58%
G = 27.68%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA6226 (or 0xDA6226) is known color: Chocolate. HEX triplet: DA, 62 and 26. RGB value is (218,98,38). Sum of RGB (Red+Green+Blue) = 218+98+38=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6226 is #259DD9. Grayscale: #7F7F7F. Windows color (decimal): -2465242 or 2515674. OLE color: 2515674.

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

Color convert

RGB 218 98 38 -
CMYK 0 0.55 0.83 0.15
HSL 20º 0.71% 0.5% -
HSV(B) 20º 0.83% 0.85% -
XYZ 33.63 23.78 4.65 -
YUV 127.04 77.76 192.88 -
System Red Green Blue C M Y K H S L
Decimal 218 98 38 0 0.55 0.83 0.15 20 0.71 0.5
Hex DA 62 26 0 37 53 F 14 47 32
Octal 332 142 46 0 67 123 17 24 107 62
Binary 11011010 1100010 100110 0 110111 1010011 1111 10100 1000111 110010

Color Harmonies of #DA6226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6226

Black with #DA6226

Text Example


Text Example

White with #DA6226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6226; }

 p { color: rgb(218,98,38); }

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

background-color css

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

 a { background-color: rgb(218,98,38); }

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

border-color css

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

 span { border-color: rgb(218,98,38); }

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