Html Css Color HEX #D26619 Chocolate

📋 copy color: '#D26619'

red 210 ◦ green 102 ◦ blue 25

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

Shades of Chocolate #D26619

Tints of Chocolate #D26619

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.27%

 BLUE value IS 25 (10.16% from 255) = 7.42%

R = 62.31%
G = 30.27%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D26619 (or 0xD26619) is known color: Chocolate. HEX triplet: D2, 66 and 19. RGB value is (210,102,25). Sum of RGB (Red+Green+Blue) = 210+102+25=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D26619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26619 is #2D99E6. Grayscale: #7D7D7D. Windows color (decimal): -2988519 or 1664722. OLE color: 1664722.

HSL color Cylindrical-coordinate representation of color #D26619: hue angle of 24.97º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D26619 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 102 25 -
CMYK 0 0.51 0.88 0.18
HSL 24.97º 0.79% 0.46% -
HSV(B) 24.97º 0.88% 0.82% -
XYZ 31.51 23.27 3.75 -
YUV 125.51 71.28 188.26 -
System Red Green Blue C M Y K H S L
Decimal 210 102 25 0 0.51 0.88 0.18 24.97 0.79 0.46
Hex D2 66 19 0 33 58 12 19 4F 2E
Octal 322 146 31 0 63 130 22 31 117 56
Binary 11010010 1100110 11001 0 110011 1011000 10010 11001 1001111 101110

Color Harmonies of #D26619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26619

Black with #D26619

Text Example


Text Example

White with #D26619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26619; }

 p { color: rgb(210,102,25); }

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

background-color css

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

 a { background-color: rgb(210,102,25); }

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

border-color css

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

 span { border-color: rgb(210,102,25); }

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