Html Css Color HEX #D65C23 Chocolate

📋 copy color: '#D65C23'

red 214 ◦ green 92 ◦ blue 35

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

Shades of Chocolate #D65C23

Tints of Chocolate #D65C23

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.98%

 BLUE value IS 35 (14.06% from 255) = 10.26%

R = 62.76%
G = 26.98%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D65C23 (or 0xD65C23) is known color: Chocolate. HEX triplet: D6, 5C and 23. RGB value is (214,92,35). Sum of RGB (Red+Green+Blue) = 214+92+35=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65C23 is #29A3DC. Grayscale: #7A7A7A. Windows color (decimal): -2728925 or 2317526. OLE color: 2317526.

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

Color convert

RGB 214 92 35 -
CMYK 0 0.57 0.84 0.16
HSL 19.11º 0.72% 0.49% -
HSV(B) 19.11º 0.84% 0.84% -
XYZ 31.86 22.07 4.17 -
YUV 121.98 78.92 193.63 -
System Red Green Blue C M Y K H S L
Decimal 214 92 35 0 0.57 0.84 0.16 19.11 0.72 0.49
Hex D6 5C 23 0 39 54 10 13 48 31
Octal 326 134 43 0 71 124 20 23 110 61
Binary 11010110 1011100 100011 0 111001 1010100 10000 10011 1001000 110001

Color Harmonies of #D65C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C23

Black with #D65C23

Text Example


Text Example

White with #D65C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C23; }

 p { color: rgb(214,92,35); }

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

background-color css

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

 a { background-color: rgb(214,92,35); }

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

border-color css

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

 span { border-color: rgb(214,92,35); }

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