Html Css Color HEX #D06527 Chocolate

📋 copy color: '#D06527'

red 208 ◦ green 101 ◦ blue 39

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

Shades of Chocolate #D06527

Tints of Chocolate #D06527

RGB

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

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

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

R = 59.77%
G = 29.02%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D06527 (or 0xD06527) is known color: Chocolate. HEX triplet: D0, 65 and 27. RGB value is (208,101,39). Sum of RGB (Red+Green+Blue) = 208+101+39=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D06527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06527 is #2F9AD8. Grayscale: #7E7E7E. Windows color (decimal): -3119833 or 2581968. OLE color: 2581968.

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

Color convert

RGB 208 101 39 -
CMYK 0 0.51 0.81 0.18
HSL 22.01º 0.68% 0.48% -
HSV(B) 22.01º 0.81% 0.82% -
XYZ 31.03 22.86 4.7 -
YUV 125.93 78.95 186.54 -
System Red Green Blue C M Y K H S L
Decimal 208 101 39 0 0.51 0.81 0.18 22.01 0.68 0.48
Hex D0 65 27 0 33 51 12 16 44 30
Octal 320 145 47 0 63 121 22 26 104 60
Binary 11010000 1100101 100111 0 110011 1010001 10010 10110 1000100 110000

Color Harmonies of #D06527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06527

Black with #D06527

Text Example


Text Example

White with #D06527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06527; }

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

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

background-color css

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

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

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

border-color css

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

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

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