Html Css Color HEX #D26715 Chocolate

📋 copy color: '#D26715'

red 210 ◦ green 103 ◦ blue 21

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

Shades of Chocolate #D26715

Tints of Chocolate #D26715

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.84%

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

R = 62.87%
G = 30.84%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D26715 (or 0xD26715) is known color: Chocolate. HEX triplet: D2, 67 and 15. RGB value is (210,103,21). Sum of RGB (Red+Green+Blue) = 210+103+21=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D26715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26715 is #2D98EA. Grayscale: #7E7E7E. Windows color (decimal): -2988267 or 1402834. OLE color: 1402834.

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

Color convert

RGB 210 103 21 -
CMYK 0 0.51 0.90 0.18
HSL 26.03º 0.82% 0.45% -
HSV(B) 26.03º 0.9% 0.82% -
XYZ 31.56 23.46 3.57 -
YUV 125.65 68.95 188.17 -
System Red Green Blue C M Y K H S L
Decimal 210 103 21 0 0.51 0.90 0.18 26.03 0.82 0.45
Hex D2 67 15 0 33 5A 12 1A 52 2D
Octal 322 147 25 0 63 132 22 32 122 55
Binary 11010010 1100111 10101 0 110011 1011010 10010 11010 1010010 101101

Color Harmonies of #D26715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26715

Black with #D26715

Text Example


Text Example

White with #D26715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26715; }

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

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

background-color css

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

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

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

border-color css

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

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

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