Html Css Color HEX #D06A27 Chocolate

📋 copy color: '#D06A27'

red 208 ◦ green 106 ◦ blue 39

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

Shades of Chocolate #D06A27

Tints of Chocolate #D06A27

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.03%

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

R = 58.92%
G = 30.03%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D06A27 (or 0xD06A27) is known color: Chocolate. HEX triplet: D0, 6A and 27. RGB value is (208,106,39). Sum of RGB (Red+Green+Blue) = 208+106+39=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06A27 is #2F95D8. Grayscale: #818181. Windows color (decimal): -3118553 or 2583248. OLE color: 2583248.

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

Color convert

RGB 208 106 39 -
CMYK 0 0.49 0.81 0.18
HSL 23.79º 0.68% 0.48% -
HSV(B) 23.79º 0.81% 0.82% -
XYZ 31.53 23.86 4.86 -
YUV 128.86 77.29 184.45 -
System Red Green Blue C M Y K H S L
Decimal 208 106 39 0 0.49 0.81 0.18 23.79 0.68 0.48
Hex D0 6A 27 0 31 51 12 18 44 30
Octal 320 152 47 0 61 121 22 30 104 60
Binary 11010000 1101010 100111 0 110001 1010001 10010 11000 1000100 110000

Color Harmonies of #D06A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06A27

Black with #D06A27

Text Example


Text Example

White with #D06A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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