Html Css Color HEX #D26919 Chocolate

📋 copy color: '#D26919'

red 210 ◦ green 105 ◦ blue 25

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

Shades of Chocolate #D26919

Tints of Chocolate #D26919

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.88%

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

R = 61.76%
G = 30.88%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D26919 (or 0xD26919) is known color: Chocolate. HEX triplet: D2, 69 and 19. RGB value is (210,105,25). Sum of RGB (Red+Green+Blue) = 210+105+25=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D26919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26919 is #2D96E6. Grayscale: #7F7F7F. Windows color (decimal): -2987751 or 1665490. OLE color: 1665490.

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

Color convert

RGB 210 105 25 -
CMYK 0 0.50 0.88 0.18
HSL 25.95º 0.79% 0.46% -
HSV(B) 25.95º 0.88% 0.82% -
XYZ 31.81 23.87 3.85 -
YUV 127.28 70.29 187 -
System Red Green Blue C M Y K H S L
Decimal 210 105 25 0 0.50 0.88 0.18 25.95 0.79 0.46
Hex D2 69 19 0 32 58 12 1A 4F 2E
Octal 322 151 31 0 62 130 22 32 117 56
Binary 11010010 1101001 11001 0 110010 1011000 10010 11010 1001111 101110

Color Harmonies of #D26919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26919

Black with #D26919

Text Example


Text Example

White with #D26919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26919; }

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

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

background-color css

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

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

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

border-color css

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

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

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