Html Css Color HEX #D06523 Chocolate

📋 copy color: '#D06523'

red 208 ◦ green 101 ◦ blue 35

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

Shades of Chocolate #D06523

Tints of Chocolate #D06523

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.36%

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

R = 60.47%
G = 29.36%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D06523 (or 0xD06523) is known color: Chocolate. HEX triplet: D0, 65 and 23. RGB value is (208,101,35). Sum of RGB (Red+Green+Blue) = 208+101+35=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 35 (14.06% from 255 or 10.17% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D06523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06523 is #2F9ADC. Grayscale: #7D7D7D. Windows color (decimal): -3119837 or 2319824. OLE color: 2319824.

HSL color Cylindrical-coordinate representation of color #D06523: hue angle of 22.89º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D06523 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 101 35 -
CMYK 0 0.51 0.83 0.18
HSL 22.89º 0.71% 0.48% -
HSV(B) 22.89º 0.83% 0.82% -
XYZ 30.97 22.84 4.37 -
YUV 125.47 76.95 186.87 -
System Red Green Blue C M Y K H S L
Decimal 208 101 35 0 0.51 0.83 0.18 22.89 0.71 0.48
Hex D0 65 23 0 33 53 12 17 47 30
Octal 320 145 43 0 63 123 22 27 107 60
Binary 11010000 1100101 100011 0 110011 1010011 10010 10111 1000111 110000

Color Harmonies of #D06523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06523

Black with #D06523

Text Example


Text Example

White with #D06523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06523; }

 p { color: rgb(208,101,35); }

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

background-color css

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

 a { background-color: rgb(208,101,35); }

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

border-color css

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

 span { border-color: rgb(208,101,35); }

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