Html Css Color HEX #D65A22 Chocolate

📋 copy color: '#D65A22'

red 214 ◦ green 90 ◦ blue 34

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

Shades of Chocolate #D65A22

Tints of Chocolate #D65A22

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.63%

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

R = 63.31%
G = 26.63%
B = 10.06%

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

#D65A22 (or 0xD65A22) is known color: Chocolate. HEX triplet: D6, 5A and 22. RGB value is (214,90,34). Sum of RGB (Red+Green+Blue) = 214+90+34=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65A22 is #29A5DD. Grayscale: #797979. Windows color (decimal): -2729438 or 2251478. OLE color: 2251478.

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

Color convert

RGB 214 90 34 -
CMYK 0 0.58 0.84 0.16
HSL 18.67º 0.73% 0.49% -
HSV(B) 18.67º 0.84% 0.84% -
XYZ 31.68 21.72 4.04 -
YUV 120.69 79.08 194.55 -
System Red Green Blue C M Y K H S L
Decimal 214 90 34 0 0.58 0.84 0.16 18.67 0.73 0.49
Hex D6 5A 22 0 3A 54 10 13 49 31
Octal 326 132 42 0 72 124 20 23 111 61
Binary 11010110 1011010 100010 0 111010 1010100 10000 10011 1001001 110001

Color Harmonies of #D65A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65A22

Black with #D65A22

Text Example


Text Example

White with #D65A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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