Html Css Color HEX #D65818 Chocolate

📋 copy color: '#D65818'

red 214 ◦ green 88 ◦ blue 24

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

Shades of Chocolate #D65818

Tints of Chocolate #D65818

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.99%

 BLUE value IS 24 (9.77% from 255) = 7.36%

R = 65.64%
G = 26.99%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D65818 (or 0xD65818) is known color: Chocolate. HEX triplet: D6, 58 and 18. RGB value is (214,88,24). Sum of RGB (Red+Green+Blue) = 214+88+24=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D65818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65818 is #29A7E7. Grayscale: #767676. Windows color (decimal): -2729960 or 1595606. OLE color: 1595606.

HSL color Cylindrical-coordinate representation of color #D65818: hue angle of 20.21º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D65818 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 88 24 -
CMYK 0 0.59 0.89 0.16
HSL 20.21º 0.8% 0.47% -
HSV(B) 20.21º 0.89% 0.84% -
XYZ 31.39 21.34 3.33 -
YUV 118.38 74.74 196.2 -
System Red Green Blue C M Y K H S L
Decimal 214 88 24 0 0.59 0.89 0.16 20.21 0.8 0.47
Hex D6 58 18 0 3B 59 10 14 50 2F
Octal 326 130 30 0 73 131 20 24 120 57
Binary 11010110 1011000 11000 0 111011 1011001 10000 10100 1010000 101111

Color Harmonies of #D65818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65818

Black with #D65818

Text Example


Text Example

White with #D65818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65818; }

 p { color: rgb(214,88,24); }

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

background-color css

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

 a { background-color: rgb(214,88,24); }

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

border-color css

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

 span { border-color: rgb(214,88,24); }

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