Html Css Color HEX #D26320 Chocolate

📋 copy color: '#D26320'

red 210 ◦ green 99 ◦ blue 32

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

Shades of Chocolate #D26320

Tints of Chocolate #D26320

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.03%

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

R = 61.58%
G = 29.03%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D26320 (or 0xD26320) is known color: Chocolate. HEX triplet: D2, 63 and 20. RGB value is (210,99,32). Sum of RGB (Red+Green+Blue) = 210+99+32=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D26320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26320 is #2D9CDF. Grayscale: #7C7C7C. Windows color (decimal): -2989280 or 2122706. OLE color: 2122706.

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

Color convert

RGB 210 99 32 -
CMYK 0 0.53 0.85 0.18
HSL 22.58º 0.74% 0.47% -
HSV(B) 22.58º 0.85% 0.82% -
XYZ 31.3 22.73 4.1 -
YUV 124.55 75.77 188.95 -
System Red Green Blue C M Y K H S L
Decimal 210 99 32 0 0.53 0.85 0.18 22.58 0.74 0.47
Hex D2 63 20 0 35 55 12 17 4A 2F
Octal 322 143 40 0 65 125 22 27 112 57
Binary 11010010 1100011 100000 0 110101 1010101 10010 10111 1001010 101111

Color Harmonies of #D26320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26320

Black with #D26320

Text Example


Text Example

White with #D26320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26320; }

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

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

background-color css

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

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

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

border-color css

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

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

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