Html Css Color HEX #D26519 Chocolate

📋 copy color: '#D26519'

red 210 ◦ green 101 ◦ blue 25

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

Shades of Chocolate #D26519

Tints of Chocolate #D26519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.06%

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

R = 62.5%
G = 30.06%
B = 7.44%

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

#D26519 (or 0xD26519) is known color: Chocolate. HEX triplet: D2, 65 and 19. RGB value is (210,101,25). Sum of RGB (Red+Green+Blue) = 210+101+25=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D26519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26519 is #2D9AE6. Grayscale: #7D7D7D. Windows color (decimal): -2988775 or 1664466. OLE color: 1664466.

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

Color convert

RGB 210 101 25 -
CMYK 0 0.52 0.88 0.18
HSL 24.65º 0.79% 0.46% -
HSV(B) 24.65º 0.88% 0.82% -
XYZ 31.41 23.08 3.72 -
YUV 124.93 71.61 188.68 -
System Red Green Blue C M Y K H S L
Decimal 210 101 25 0 0.52 0.88 0.18 24.65 0.79 0.46
Hex D2 65 19 0 34 58 12 19 4F 2E
Octal 322 145 31 0 64 130 22 31 117 56
Binary 11010010 1100101 11001 0 110100 1011000 10010 11001 1001111 101110

Color Harmonies of #D26519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26519

Black with #D26519

Text Example


Text Example

White with #D26519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26519; }

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

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

background-color css

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

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

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

border-color css

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

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

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