Html Css Color HEX #D66426 Chocolate

📋 copy color: '#D66426'

red 214 ◦ green 100 ◦ blue 38

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

Shades of Chocolate #D66426

Tints of Chocolate #D66426

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.41%

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

R = 60.8%
G = 28.41%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D66426 (or 0xD66426) is known color: Chocolate. HEX triplet: D6, 64 and 26. RGB value is (214,100,38). Sum of RGB (Red+Green+Blue) = 214+100+38=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D66426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66426 is #299BD9. Grayscale: #7F7F7F. Windows color (decimal): -2726874 or 2516182. OLE color: 2516182.

HSL color Cylindrical-coordinate representation of color #D66426: hue angle of 21.14º 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 #D66426 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 100 38 -
CMYK 0 0.53 0.82 0.16
HSL 21.14º 0.7% 0.49% -
HSV(B) 21.14º 0.82% 0.84% -
XYZ 32.64 23.55 4.66 -
YUV 127.02 77.77 190.04 -
System Red Green Blue C M Y K H S L
Decimal 214 100 38 0 0.53 0.82 0.16 21.14 0.7 0.49
Hex D6 64 26 0 35 52 10 15 46 31
Octal 326 144 46 0 65 122 20 25 106 61
Binary 11010110 1100100 100110 0 110101 1010010 10000 10101 1000110 110001

Color Harmonies of #D66426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66426

Black with #D66426

Text Example


Text Example

White with #D66426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66426; }

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

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

background-color css

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

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

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

border-color css

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

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

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