Html Css Color HEX #D66526 Chocolate

📋 copy color: '#D66526'

red 214 ◦ green 101 ◦ blue 38

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

Shades of Chocolate #D66526

Tints of Chocolate #D66526

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.61%

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

R = 60.62%
G = 28.61%
B = 10.76%

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

#D66526 (or 0xD66526) is known color: Chocolate. HEX triplet: D6, 65 and 26. RGB value is (214,101,38). Sum of RGB (Red+Green+Blue) = 214+101+38=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D66526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66526 is #299AD9. Grayscale: #7F7F7F. Windows color (decimal): -2726618 or 2516438. OLE color: 2516438.

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

Color convert

RGB 214 101 38 -
CMYK 0 0.53 0.82 0.16
HSL 21.48º 0.7% 0.49% -
HSV(B) 21.48º 0.82% 0.84% -
XYZ 32.74 23.74 4.69 -
YUV 127.61 77.44 189.62 -
System Red Green Blue C M Y K H S L
Decimal 214 101 38 0 0.53 0.82 0.16 21.48 0.7 0.49
Hex D6 65 26 0 35 52 10 15 46 31
Octal 326 145 46 0 65 122 20 25 106 61
Binary 11010110 1100101 100110 0 110101 1010010 10000 10101 1000110 110001

Color Harmonies of #D66526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66526

Black with #D66526

Text Example


Text Example

White with #D66526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66526; }

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

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

background-color css

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

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

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

border-color css

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

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

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