Html Css Color HEX #D26415 Chocolate

📋 copy color: '#D26415'

red 210 ◦ green 100 ◦ blue 21

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

Shades of Chocolate #D26415

Tints of Chocolate #D26415

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.21%

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

R = 63.44%
G = 30.21%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D26415 (or 0xD26415) is known color: Chocolate. HEX triplet: D2, 64 and 15. RGB value is (210,100,21). Sum of RGB (Red+Green+Blue) = 210+100+21=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D26415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26415 is #2D9BEA. Grayscale: #7C7C7C. Windows color (decimal): -2989035 or 1402066. OLE color: 1402066.

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

Color convert

RGB 210 100 21 -
CMYK 0 0.52 0.90 0.18
HSL 25.08º 0.82% 0.45% -
HSV(B) 25.08º 0.9% 0.82% -
XYZ 31.27 22.87 3.48 -
YUV 123.88 69.94 189.42 -
System Red Green Blue C M Y K H S L
Decimal 210 100 21 0 0.52 0.90 0.18 25.08 0.82 0.45
Hex D2 64 15 0 34 5A 12 19 52 2D
Octal 322 144 25 0 64 132 22 31 122 55
Binary 11010010 1100100 10101 0 110100 1011010 10010 11001 1010010 101101

Color Harmonies of #D26415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26415

Black with #D26415

Text Example


Text Example

White with #D26415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26415; }

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

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

background-color css

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

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

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

border-color css

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

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

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