Html Css Color HEX #D26419 Chocolate

📋 copy color: '#D26419'

red 210 ◦ green 100 ◦ blue 25

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

Shades of Chocolate #D26419

Tints of Chocolate #D26419

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.85%

 BLUE value IS 25 (10.16% from 255) = 7.46%

R = 62.69%
G = 29.85%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D26419 (or 0xD26419) is known color: Chocolate. HEX triplet: D2, 64 and 19. RGB value is (210,100,25). Sum of RGB (Red+Green+Blue) = 210+100+25=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D26419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26419 is #2D9BE6. Grayscale: #7C7C7C. Windows color (decimal): -2989031 or 1664210. OLE color: 1664210.

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

Color convert

RGB 210 100 25 -
CMYK 0 0.52 0.88 0.18
HSL 24.32º 0.79% 0.46% -
HSV(B) 24.32º 0.88% 0.82% -
XYZ 31.31 22.89 3.69 -
YUV 124.34 71.94 189.1 -
System Red Green Blue C M Y K H S L
Decimal 210 100 25 0 0.52 0.88 0.18 24.32 0.79 0.46
Hex D2 64 19 0 34 58 12 18 4F 2E
Octal 322 144 31 0 64 130 22 30 117 56
Binary 11010010 1100100 11001 0 110100 1011000 10010 11000 1001111 101110

Color Harmonies of #D26419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26419

Black with #D26419

Text Example


Text Example

White with #D26419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26419; }

 p { color: rgb(210,100,25); }

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

background-color css

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

 a { background-color: rgb(210,100,25); }

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

border-color css

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

 span { border-color: rgb(210,100,25); }

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