Html Css Color HEX #D25618 Chocolate

📋 copy color: '#D25618'

red 210 ◦ green 86 ◦ blue 24

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

Shades of Chocolate #D25618

Tints of Chocolate #D25618

RGB

 RED value IS 210 (82.42% from 255) = 65.63%

 GREEN value IS 86 (33.98% from 255) = 26.88%

 BLUE value IS 24 (9.77% from 255) = 7.5%

R = 65.63%
G = 26.88%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D25618 (or 0xD25618) is known color: Chocolate. HEX triplet: D2, 56 and 18. RGB value is (210,86,24). Sum of RGB (Red+Green+Blue) = 210+86+24=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D25618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25618 is #2DA9E7. Grayscale: #747474. Windows color (decimal): -2992616 or 1595090. OLE color: 1595090.

HSL color Cylindrical-coordinate representation of color #D25618: hue angle of 20º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D25618 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 86 24 -
CMYK 0 0.59 0.89 0.18
HSL 20º 0.79% 0.46% -
HSV(B) 20º 0.89% 0.82% -
XYZ 30.07 20.42 3.22 -
YUV 116.01 76.08 195.04 -
System Red Green Blue C M Y K H S L
Decimal 210 86 24 0 0.59 0.89 0.18 20 0.79 0.46
Hex D2 56 18 0 3B 59 12 14 4F 2E
Octal 322 126 30 0 73 131 22 24 117 56
Binary 11010010 1010110 11000 0 111011 1011001 10010 10100 1001111 101110

Color Harmonies of #D25618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25618

Black with #D25618

Text Example


Text Example

White with #D25618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25618; }

 p { color: rgb(210,86,24); }

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

background-color css

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

 a { background-color: rgb(210,86,24); }

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

border-color css

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

 span { border-color: rgb(210,86,24); }

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