Html Css Color HEX #D26F15 Chocolate

📋 copy color: '#D26F15'

red 210 ◦ green 111 ◦ blue 21

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

Shades of Chocolate #D26F15

Tints of Chocolate #D26F15

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.46%

 BLUE value IS 21 (8.59% from 255) = 6.14%

R = 61.4%
G = 32.46%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D26F15 (or 0xD26F15) is known color: Chocolate. HEX triplet: D2, 6F and 15. RGB value is (210,111,21). Sum of RGB (Red+Green+Blue) = 210+111+21=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26F15 is #2D90EA. Grayscale: #828282. Windows color (decimal): -2986219 or 1404882. OLE color: 1404882.

HSL color Cylindrical-coordinate representation of color #D26F15: hue angle of 28.57º degrees, saturation: 0.82, 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 #D26F15 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 111 21 -
CMYK 0 0.47 0.90 0.18
HSL 28.57º 0.82% 0.45% -
HSV(B) 28.57º 0.9% 0.82% -
XYZ 32.4 25.12 3.85 -
YUV 130.34 66.3 184.82 -
System Red Green Blue C M Y K H S L
Decimal 210 111 21 0 0.47 0.90 0.18 28.57 0.82 0.45
Hex D2 6F 15 0 2F 5A 12 1D 52 2D
Octal 322 157 25 0 57 132 22 35 122 55
Binary 11010010 1101111 10101 0 101111 1011010 10010 11101 1010010 101101

Color Harmonies of #D26F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26F15

Black with #D26F15

Text Example


Text Example

White with #D26F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26F15; }

 p { color: rgb(210,111,21); }

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

background-color css

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

 a { background-color: rgb(210,111,21); }

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

border-color css

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

 span { border-color: rgb(210,111,21); }

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