Html Css Color HEX #D26C16 Chocolate

📋 copy color: '#D26C16'

red 210 ◦ green 108 ◦ blue 22

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

Shades of Chocolate #D26C16

Tints of Chocolate #D26C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.47%

R = 61.76%
G = 31.76%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D26C16 (or 0xD26C16) is known color: Chocolate. HEX triplet: D2, 6C and 16. RGB value is (210,108,22). Sum of RGB (Red+Green+Blue) = 210+108+22=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26C16 is #2D93E9. Grayscale: #818181. Windows color (decimal): -2986986 or 1469650. OLE color: 1469650.

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

Color convert

RGB 210 108 22 -
CMYK 0 0.49 0.90 0.18
HSL 27.45º 0.81% 0.45% -
HSV(B) 27.45º 0.9% 0.82% -
XYZ 32.09 24.48 3.79 -
YUV 128.69 67.79 185.99 -
System Red Green Blue C M Y K H S L
Decimal 210 108 22 0 0.49 0.90 0.18 27.45 0.81 0.45
Hex D2 6C 16 0 31 5A 12 1B 51 2D
Octal 322 154 26 0 61 132 22 33 121 55
Binary 11010010 1101100 10110 0 110001 1011010 10010 11011 1010001 101101

Color Harmonies of #D26C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26C16

Black with #D26C16

Text Example


Text Example

White with #D26C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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