Html Css Color HEX #D26326 Chocolate

📋 copy color: '#D26326'

red 210 ◦ green 99 ◦ blue 38

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

Shades of Chocolate #D26326

Tints of Chocolate #D26326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.95%

R = 60.52%
G = 28.53%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D26326 (or 0xD26326) is known color: Chocolate. HEX triplet: D2, 63 and 26. RGB value is (210,99,38). Sum of RGB (Red+Green+Blue) = 210+99+38=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D26326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26326 is #2D9CD9. Grayscale: #7D7D7D. Windows color (decimal): -2989274 or 2515922. OLE color: 2515922.

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

Color convert

RGB 210 99 38 -
CMYK 0 0.53 0.82 0.18
HSL 21.28º 0.69% 0.49% -
HSV(B) 21.28º 0.82% 0.82% -
XYZ 31.39 22.77 4.57 -
YUV 125.24 78.77 188.46 -
System Red Green Blue C M Y K H S L
Decimal 210 99 38 0 0.53 0.82 0.18 21.28 0.69 0.49
Hex D2 63 26 0 35 52 12 15 45 31
Octal 322 143 46 0 65 122 22 25 105 61
Binary 11010010 1100011 100110 0 110101 1010010 10010 10101 1000101 110001

Color Harmonies of #D26326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26326

Black with #D26326

Text Example


Text Example

White with #D26326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26326; }

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

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

background-color css

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

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

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

border-color css

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

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

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