Html Css Color HEX #D26513 Chocolate

📋 copy color: '#D26513'

red 210 ◦ green 101 ◦ blue 19

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

Shades of Chocolate #D26513

Tints of Chocolate #D26513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.76%

R = 63.64%
G = 30.61%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D26513 (or 0xD26513) is known color: Chocolate. HEX triplet: D2, 65 and 13. RGB value is (210,101,19). Sum of RGB (Red+Green+Blue) = 210+101+19=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D26513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26513 is #2D9AEC. Grayscale: #7C7C7C. Windows color (decimal): -2988781 or 1271250. OLE color: 1271250.

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

Color convert

RGB 210 101 19 -
CMYK 0 0.52 0.91 0.18
HSL 25.76º 0.83% 0.45% -
HSV(B) 25.76º 0.91% 0.82% -
XYZ 31.35 23.06 3.41 -
YUV 124.24 68.61 189.17 -
System Red Green Blue C M Y K H S L
Decimal 210 101 19 0 0.52 0.91 0.18 25.76 0.83 0.45
Hex D2 65 13 0 34 5B 12 1A 53 2D
Octal 322 145 23 0 64 133 22 32 123 55
Binary 11010010 1100101 10011 0 110100 1011011 10010 11010 1010011 101101

Color Harmonies of #D26513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26513

Black with #D26513

Text Example


Text Example

White with #D26513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26513; }

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

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

background-color css

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

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

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

border-color css

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

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

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