Html Css Color HEX #D06525 Chocolate

📋 copy color: '#D06525'

red 208 ◦ green 101 ◦ blue 37

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

Shades of Chocolate #D06525

Tints of Chocolate #D06525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.69%

R = 60.12%
G = 29.19%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D06525 (or 0xD06525) is known color: Chocolate. HEX triplet: D0, 65 and 25. RGB value is (208,101,37). Sum of RGB (Red+Green+Blue) = 208+101+37=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D06525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06525 is #2F9ADA. Grayscale: #7E7E7E. Windows color (decimal): -3119835 or 2450896. OLE color: 2450896.

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

Color convert

RGB 208 101 37 -
CMYK 0 0.51 0.82 0.18
HSL 22.46º 0.7% 0.48% -
HSV(B) 22.46º 0.82% 0.82% -
XYZ 31 22.85 4.53 -
YUV 125.7 77.95 186.7 -
System Red Green Blue C M Y K H S L
Decimal 208 101 37 0 0.51 0.82 0.18 22.46 0.7 0.48
Hex D0 65 25 0 33 52 12 16 46 30
Octal 320 145 45 0 63 122 22 26 106 60
Binary 11010000 1100101 100101 0 110011 1010010 10010 10110 1000110 110000

Color Harmonies of #D06525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06525

Black with #D06525

Text Example


Text Example

White with #D06525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06525; }

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

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

background-color css

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

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

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

border-color css

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

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

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