Html Css Color HEX #D25C17 Chocolate

📋 copy color: '#D25C17'

red 210 ◦ green 92 ◦ blue 23

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

Shades of Chocolate #D25C17

Tints of Chocolate #D25C17

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.31%

 BLUE value IS 23 (9.38% from 255) = 7.08%

R = 64.62%
G = 28.31%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D25C17 (or 0xD25C17) is known color: Chocolate. HEX triplet: D2, 5C and 17. RGB value is (210,92,23). Sum of RGB (Red+Green+Blue) = 210+92+23=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25C17 is #2DA3E8. Grayscale: #777777. Windows color (decimal): -2991081 or 1531090. OLE color: 1531090.

HSL color Cylindrical-coordinate representation of color #D25C17: hue angle of 22.14º degrees, saturation: 0.8, 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 #D25C17 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 92 23 -
CMYK 0 0.56 0.89 0.18
HSL 22.14º 0.8% 0.46% -
HSV(B) 22.14º 0.89% 0.82% -
XYZ 30.56 21.42 3.33 -
YUV 119.42 73.59 192.61 -
System Red Green Blue C M Y K H S L
Decimal 210 92 23 0 0.56 0.89 0.18 22.14 0.8 0.46
Hex D2 5C 17 0 38 59 12 16 50 2E
Octal 322 134 27 0 70 131 22 26 120 56
Binary 11010010 1011100 10111 0 111000 1011001 10010 10110 1010000 101110

Color Harmonies of #D25C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25C17

Black with #D25C17

Text Example


Text Example

White with #D25C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25C17; }

 p { color: rgb(210,92,23); }

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

background-color css

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

 a { background-color: rgb(210,92,23); }

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

border-color css

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

 span { border-color: rgb(210,92,23); }

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