Html Css Color HEX #D26C21 Chocolate

📋 copy color: '#D26C21'

red 210 ◦ green 108 ◦ blue 33

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

Shades of Chocolate #D26C21

Tints of Chocolate #D26C21

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.77%

 BLUE value IS 33 (13.28% from 255) = 9.4%

R = 59.83%
G = 30.77%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D26C21 (or 0xD26C21) is known color: Chocolate. HEX triplet: D2, 6C and 21. RGB value is (210,108,33). Sum of RGB (Red+Green+Blue) = 210+108+33=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26C21 is #2D93DE. Grayscale: #828282. Windows color (decimal): -2986975 or 2190546. OLE color: 2190546.

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

Color convert

RGB 210 108 33 -
CMYK 0 0.49 0.84 0.18
HSL 25.42º 0.73% 0.48% -
HSV(B) 25.42º 0.84% 0.82% -
XYZ 32.22 24.54 4.48 -
YUV 129.95 73.29 185.1 -
System Red Green Blue C M Y K H S L
Decimal 210 108 33 0 0.49 0.84 0.18 25.42 0.73 0.48
Hex D2 6C 21 0 31 54 12 19 49 30
Octal 322 154 41 0 61 124 22 31 111 60
Binary 11010010 1101100 100001 0 110001 1010100 10010 11001 1001001 110000

Color Harmonies of #D26C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26C21

Black with #D26C21

Text Example


Text Example

White with #D26C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26C21; }

 p { color: rgb(210,108,33); }

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

background-color css

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

 a { background-color: rgb(210,108,33); }

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

border-color css

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

 span { border-color: rgb(210,108,33); }

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