Html Css Color HEX #D06320 Chocolate

📋 copy color: '#D06320'

red 208 ◦ green 99 ◦ blue 32

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

Shades of Chocolate #D06320

Tints of Chocolate #D06320

RGB

 RED value IS 208 (81.64% from 255) = 61.36%

 GREEN value IS 99 (39.06% from 255) = 29.2%

 BLUE value IS 32 (12.89% from 255) = 9.44%

R = 61.36%
G = 29.2%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D06320 (or 0xD06320) is known color: Chocolate. HEX triplet: D0, 63 and 20. RGB value is (208,99,32). Sum of RGB (Red+Green+Blue) = 208+99+32=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D06320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06320 is #2F9CDF. Grayscale: #7C7C7C. Windows color (decimal): -3120352 or 2122704. OLE color: 2122704.

HSL color Cylindrical-coordinate representation of color #D06320: hue angle of 22.84º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D06320 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 99 32 -
CMYK 0 0.52 0.85 0.18
HSL 22.84º 0.73% 0.47% -
HSV(B) 22.84º 0.85% 0.82% -
XYZ 30.73 22.44 4.08 -
YUV 123.95 76.11 187.95 -
System Red Green Blue C M Y K H S L
Decimal 208 99 32 0 0.52 0.85 0.18 22.84 0.73 0.47
Hex D0 63 20 0 34 55 12 17 49 2F
Octal 320 143 40 0 64 125 22 27 111 57
Binary 11010000 1100011 100000 0 110100 1010101 10010 10111 1001001 101111

Color Harmonies of #D06320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06320

Black with #D06320

Text Example


Text Example

White with #D06320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06320; }

 p { color: rgb(208,99,32); }

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

background-color css

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

 a { background-color: rgb(208,99,32); }

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

border-color css

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

 span { border-color: rgb(208,99,32); }

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