Html Css Color HEX #D66226 Chocolate

📋 copy color: '#D66226'

red 214 ◦ green 98 ◦ blue 38

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

Shades of Chocolate #D66226

Tints of Chocolate #D66226

RGB

 RED value IS 214 (83.98% from 255) = 61.14%

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

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

R = 61.14%
G = 28%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D66226 (or 0xD66226) is known color: Chocolate. HEX triplet: D6, 62 and 26. RGB value is (214,98,38). Sum of RGB (Red+Green+Blue) = 214+98+38=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D66226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66226 is #299DD9. Grayscale: #7E7E7E. Windows color (decimal): -2727386 or 2515670. OLE color: 2515670.

HSL color Cylindrical-coordinate representation of color #D66226: hue angle of 20.45º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D66226 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 98 38 -
CMYK 0 0.54 0.82 0.16
HSL 20.45º 0.7% 0.49% -
HSV(B) 20.45º 0.82% 0.84% -
XYZ 32.45 23.17 4.6 -
YUV 125.84 78.43 190.88 -
System Red Green Blue C M Y K H S L
Decimal 214 98 38 0 0.54 0.82 0.16 20.45 0.7 0.49
Hex D6 62 26 0 36 52 10 14 46 31
Octal 326 142 46 0 66 122 20 24 106 61
Binary 11010110 1100010 100110 0 110110 1010010 10000 10100 1000110 110001

Color Harmonies of #D66226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66226

Black with #D66226

Text Example


Text Example

White with #D66226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66226; }

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

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

background-color css

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

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

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

border-color css

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

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

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