Html Css Color HEX #D66826 Chocolate

📋 copy color: '#D66826'

red 214 ◦ green 104 ◦ blue 38

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

Shades of Chocolate #D66826

Tints of Chocolate #D66826

RGB

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

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

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

R = 60.11%
G = 29.21%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D66826 (or 0xD66826) is known color: Chocolate. HEX triplet: D6, 68 and 26. RGB value is (214,104,38). Sum of RGB (Red+Green+Blue) = 214+104+38=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D66826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66826 is #2997D9. Grayscale: #818181. Windows color (decimal): -2725850 or 2517206. OLE color: 2517206.

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

Color convert

RGB 214 104 38 -
CMYK 0 0.51 0.82 0.16
HSL 22.5º 0.7% 0.49% -
HSV(B) 22.5º 0.82% 0.84% -
XYZ 33.03 24.34 4.79 -
YUV 129.37 76.44 188.37 -
System Red Green Blue C M Y K H S L
Decimal 214 104 38 0 0.51 0.82 0.16 22.5 0.7 0.49
Hex D6 68 26 0 33 52 10 16 46 31
Octal 326 150 46 0 63 122 20 26 106 61
Binary 11010110 1101000 100110 0 110011 1010010 10000 10110 1000110 110001

Color Harmonies of #D66826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66826

Black with #D66826

Text Example


Text Example

White with #D66826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66826; }

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

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

background-color css

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

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

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

border-color css

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

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

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