Html Css Color HEX #D26813 Chocolate

📋 copy color: '#D26813'

red 210 ◦ green 104 ◦ blue 19

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

Shades of Chocolate #D26813

Tints of Chocolate #D26813

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.23%

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

R = 63.06%
G = 31.23%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D26813 (or 0xD26813) is known color: Chocolate. HEX triplet: D2, 68 and 13. RGB value is (210,104,19). Sum of RGB (Red+Green+Blue) = 210+104+19=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D26813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26813 is #2D97EC. Grayscale: #7E7E7E. Windows color (decimal): -2988013 or 1272018. OLE color: 1272018.

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

Color convert

RGB 210 104 19 -
CMYK 0 0.50 0.91 0.18
HSL 26.7º 0.83% 0.45% -
HSV(B) 26.7º 0.91% 0.82% -
XYZ 31.65 23.65 3.51 -
YUV 126 67.62 187.91 -
System Red Green Blue C M Y K H S L
Decimal 210 104 19 0 0.50 0.91 0.18 26.7 0.83 0.45
Hex D2 68 13 0 32 5B 12 1B 53 2D
Octal 322 150 23 0 62 133 22 33 123 55
Binary 11010010 1101000 10011 0 110010 1011011 10010 11011 1010011 101101

Color Harmonies of #D26813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26813

Black with #D26813

Text Example


Text Example

White with #D26813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26813; }

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

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

background-color css

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

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

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

border-color css

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

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

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