Html Css Color HEX #D66023 Chocolate

📋 copy color: '#D66023'

red 214 ◦ green 96 ◦ blue 35

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

Shades of Chocolate #D66023

Tints of Chocolate #D66023

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.83%

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

R = 62.03%
G = 27.83%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D66023 (or 0xD66023) is known color: Chocolate. HEX triplet: D6, 60 and 23. RGB value is (214,96,35). Sum of RGB (Red+Green+Blue) = 214+96+35=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D66023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66023 is #299FDC. Grayscale: #7C7C7C. Windows color (decimal): -2727901 or 2318550. OLE color: 2318550.

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

Color convert

RGB 214 96 35 -
CMYK 0 0.55 0.84 0.16
HSL 20.45º 0.72% 0.49% -
HSV(B) 20.45º 0.84% 0.84% -
XYZ 32.22 22.78 4.29 -
YUV 124.33 77.59 191.96 -
System Red Green Blue C M Y K H S L
Decimal 214 96 35 0 0.55 0.84 0.16 20.45 0.72 0.49
Hex D6 60 23 0 37 54 10 14 48 31
Octal 326 140 43 0 67 124 20 24 110 61
Binary 11010110 1100000 100011 0 110111 1010100 10000 10100 1001000 110001

Color Harmonies of #D66023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66023

Black with #D66023

Text Example


Text Example

White with #D66023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66023; }

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

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

background-color css

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

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

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

border-color css

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

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

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