Html Css Color HEX #D26B20 Chocolate

📋 copy color: '#D26B20'

red 210 ◦ green 107 ◦ blue 32

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

Shades of Chocolate #D26B20

Tints of Chocolate #D26B20

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.66%

 BLUE value IS 32 (12.89% from 255) = 9.17%

R = 60.17%
G = 30.66%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D26B20 (or 0xD26B20) is known color: Chocolate. HEX triplet: D2, 6B and 20. RGB value is (210,107,32). Sum of RGB (Red+Green+Blue) = 210+107+32=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D26B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26B20 is #2D94DF. Grayscale: #818181. Windows color (decimal): -2987232 or 2124754. OLE color: 2124754.

HSL color Cylindrical-coordinate representation of color #D26B20: hue angle of 25.28º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D26B20 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 107 32 -
CMYK 0 0.49 0.85 0.18
HSL 25.28º 0.74% 0.47% -
HSV(B) 25.28º 0.85% 0.82% -
XYZ 32.1 24.32 4.37 -
YUV 129.25 73.12 185.6 -
System Red Green Blue C M Y K H S L
Decimal 210 107 32 0 0.49 0.85 0.18 25.28 0.74 0.47
Hex D2 6B 20 0 31 55 12 19 4A 2F
Octal 322 153 40 0 61 125 22 31 112 57
Binary 11010010 1101011 100000 0 110001 1010101 10010 11001 1001010 101111

Color Harmonies of #D26B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26B20

Black with #D26B20

Text Example


Text Example

White with #D26B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26B20; }

 p { color: rgb(210,107,32); }

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

background-color css

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

 a { background-color: rgb(210,107,32); }

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

border-color css

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

 span { border-color: rgb(210,107,32); }

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