Html Css Color HEX #D26219 Chocolate

📋 copy color: '#D26219'

red 210 ◦ green 98 ◦ blue 25

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

Shades of Chocolate #D26219

Tints of Chocolate #D26219

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

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

R = 63.06%
G = 29.43%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D26219 (or 0xD26219) is known color: Chocolate. HEX triplet: D2, 62 and 19. RGB value is (210,98,25). Sum of RGB (Red+Green+Blue) = 210+98+25=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D26219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26219 is #2D9DE6. Grayscale: #7B7B7B. Windows color (decimal): -2989543 or 1663698. OLE color: 1663698.

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

Color convert

RGB 210 98 25 -
CMYK 0 0.53 0.88 0.18
HSL 23.68º 0.79% 0.46% -
HSV(B) 23.68º 0.88% 0.82% -
XYZ 31.12 22.51 3.62 -
YUV 123.17 72.61 189.94 -
System Red Green Blue C M Y K H S L
Decimal 210 98 25 0 0.53 0.88 0.18 23.68 0.79 0.46
Hex D2 62 19 0 35 58 12 18 4F 2E
Octal 322 142 31 0 65 130 22 30 117 56
Binary 11010010 1100010 11001 0 110101 1011000 10010 11000 1001111 101110

Color Harmonies of #D26219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26219

Black with #D26219

Text Example


Text Example

White with #D26219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26219; }

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

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

background-color css

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

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

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

border-color css

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

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

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