Html Css Color HEX #D25714 Chocolate

📋 copy color: '#D25714'

red 210 ◦ green 87 ◦ blue 20

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

Shades of Chocolate #D25714

Tints of Chocolate #D25714

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.44%

 BLUE value IS 20 (8.2% from 255) = 6.31%

R = 66.25%
G = 27.44%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D25714 (or 0xD25714) is known color: Chocolate. HEX triplet: D2, 57 and 14. RGB value is (210,87,20). Sum of RGB (Red+Green+Blue) = 210+87+20=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D25714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25714 is #2DA8EB. Grayscale: #747474. Windows color (decimal): -2992364 or 1333202. OLE color: 1333202.

HSL color Cylindrical-coordinate representation of color #D25714: hue angle of 21.16º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D25714 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 87 20 -
CMYK 0 0.59 0.90 0.18
HSL 21.16º 0.83% 0.45% -
HSV(B) 21.16º 0.9% 0.82% -
XYZ 30.11 20.57 3.04 -
YUV 116.14 73.75 194.95 -
System Red Green Blue C M Y K H S L
Decimal 210 87 20 0 0.59 0.90 0.18 21.16 0.83 0.45
Hex D2 57 14 0 3B 5A 12 15 53 2D
Octal 322 127 24 0 73 132 22 25 123 55
Binary 11010010 1010111 10100 0 111011 1011010 10010 10101 1010011 101101

Color Harmonies of #D25714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25714

Black with #D25714

Text Example


Text Example

White with #D25714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25714; }

 p { color: rgb(210,87,20); }

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

background-color css

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

 a { background-color: rgb(210,87,20); }

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

border-color css

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

 span { border-color: rgb(210,87,20); }

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