Html Css Color HEX #D65922 Chocolate

📋 copy color: '#D65922'

red 214 ◦ green 89 ◦ blue 34

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

Shades of Chocolate #D65922

Tints of Chocolate #D65922

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.41%

 BLUE value IS 34 (13.67% from 255) = 10.09%

R = 63.5%
G = 26.41%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D65922 (or 0xD65922) is known color: Chocolate. HEX triplet: D6, 59 and 22. RGB value is (214,89,34). Sum of RGB (Red+Green+Blue) = 214+89+34=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 34 (13.67% from 255 or 10.09% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D65922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65922 is #29A6DD. Grayscale: #787878. Windows color (decimal): -2729694 or 2251222. OLE color: 2251222.

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

Color convert

RGB 214 89 34 -
CMYK 0 0.58 0.84 0.16
HSL 18.33º 0.73% 0.49% -
HSV(B) 18.33º 0.84% 0.84% -
XYZ 31.59 21.56 4.01 -
YUV 120.11 79.41 194.97 -
System Red Green Blue C M Y K H S L
Decimal 214 89 34 0 0.58 0.84 0.16 18.33 0.73 0.49
Hex D6 59 22 0 3A 54 10 12 49 31
Octal 326 131 42 0 72 124 20 22 111 61
Binary 11010110 1011001 100010 0 111010 1010100 10000 10010 1001001 110001

Color Harmonies of #D65922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65922

Black with #D65922

Text Example


Text Example

White with #D65922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65922; }

 p { color: rgb(214,89,34); }

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

background-color css

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

 a { background-color: rgb(214,89,34); }

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

border-color css

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

 span { border-color: rgb(214,89,34); }

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