Html Css Color HEX #D25814 Chocolate

📋 copy color: '#D25814'

red 210 ◦ green 88 ◦ blue 20

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

Shades of Chocolate #D25814

Tints of Chocolate #D25814

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.67%

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

R = 66.04%
G = 27.67%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D25814 (or 0xD25814) is known color: Chocolate. HEX triplet: D2, 58 and 14. RGB value is (210,88,20). Sum of RGB (Red+Green+Blue) = 210+88+20=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D25814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25814 is #2DA7EB. Grayscale: #757575. Windows color (decimal): -2992108 or 1333458. OLE color: 1333458.

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

Color convert

RGB 210 88 20 -
CMYK 0 0.58 0.90 0.18
HSL 21.47º 0.83% 0.45% -
HSV(B) 21.47º 0.9% 0.82% -
XYZ 30.19 20.73 3.07 -
YUV 116.73 73.42 194.53 -
System Red Green Blue C M Y K H S L
Decimal 210 88 20 0 0.58 0.90 0.18 21.47 0.83 0.45
Hex D2 58 14 0 3A 5A 12 15 53 2D
Octal 322 130 24 0 72 132 22 25 123 55
Binary 11010010 1011000 10100 0 111010 1011010 10010 10101 1010011 101101

Color Harmonies of #D25814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25814

Black with #D25814

Text Example


Text Example

White with #D25814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25814; }

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

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

background-color css

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

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

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

border-color css

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

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

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