Html Css Color HEX #D06827 Chocolate

📋 copy color: '#D06827'

red 208 ◦ green 104 ◦ blue 39

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

Shades of Chocolate #D06827

Tints of Chocolate #D06827

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.63%

 BLUE value IS 39 (15.63% from 255) = 11.11%

R = 59.26%
G = 29.63%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D06827 (or 0xD06827) is known color: Chocolate. HEX triplet: D0, 68 and 27. RGB value is (208,104,39). Sum of RGB (Red+Green+Blue) = 208+104+39=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D06827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06827 is #2F97D8. Grayscale: #808080. Windows color (decimal): -3119065 or 2582736. OLE color: 2582736.

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

Color convert

RGB 208 104 39 -
CMYK 0 0.5 0.81 0.18
HSL 23.08º 0.68% 0.48% -
HSV(B) 23.08º 0.81% 0.82% -
XYZ 31.33 23.46 4.8 -
YUV 127.69 77.96 185.29 -
System Red Green Blue C M Y K H S L
Decimal 208 104 39 0 0.5 0.81 0.18 23.08 0.68 0.48
Hex D0 68 27 0 32 51 12 17 44 30
Octal 320 150 47 0 62 121 22 27 104 60
Binary 11010000 1101000 100111 0 110010 1010001 10010 10111 1000100 110000

Color Harmonies of #D06827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06827

Black with #D06827

Text Example


Text Example

White with #D06827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06827; }

 p { color: rgb(208,104,39); }

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

background-color css

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

 a { background-color: rgb(208,104,39); }

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

border-color css

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

 span { border-color: rgb(208,104,39); }

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