Html Css Color HEX #D06920 Chocolate

📋 copy color: '#D06920'

red 208 ◦ green 105 ◦ blue 32

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

Shades of Chocolate #D06920

Tints of Chocolate #D06920

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.43%

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

R = 60.29%
G = 30.43%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D06920 (or 0xD06920) is known color: Chocolate. HEX triplet: D0, 69 and 20. RGB value is (208,105,32). Sum of RGB (Red+Green+Blue) = 208+105+32=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D06920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06920 is #2F96DF. Grayscale: #7F7F7F. Windows color (decimal): -3118816 or 2124240. OLE color: 2124240.

HSL color Cylindrical-coordinate representation of color #D06920: hue angle of 24.89º 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 #D06920 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 105 32 -
CMYK 0 0.50 0.85 0.18
HSL 24.89º 0.73% 0.47% -
HSV(B) 24.89º 0.85% 0.82% -
XYZ 31.32 23.62 4.27 -
YUV 127.48 74.12 185.44 -
System Red Green Blue C M Y K H S L
Decimal 208 105 32 0 0.50 0.85 0.18 24.89 0.73 0.47
Hex D0 69 20 0 32 55 12 19 49 2F
Octal 320 151 40 0 62 125 22 31 111 57
Binary 11010000 1101001 100000 0 110010 1010101 10010 11001 1001001 101111

Color Harmonies of #D06920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06920

Black with #D06920

Text Example


Text Example

White with #D06920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06920; }

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

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

background-color css

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

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

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

border-color css

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

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

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