Html Css Color HEX #D26D25 Chocolate

📋 copy color: '#D26D25'

red 210 ◦ green 109 ◦ blue 37

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

Shades of Chocolate #D26D25

Tints of Chocolate #D26D25

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.62%

 BLUE value IS 37 (14.84% from 255) = 10.39%

R = 58.99%
G = 30.62%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D26D25 (or 0xD26D25) is known color: Chocolate. HEX triplet: D2, 6D and 25. RGB value is (210,109,37). Sum of RGB (Red+Green+Blue) = 210+109+37=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D26D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26D25 is #2D92DA. Grayscale: #838383. Windows color (decimal): -2986715 or 2452946. OLE color: 2452946.

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

Color convert

RGB 210 109 37 -
CMYK 0 0.48 0.82 0.18
HSL 24.97º 0.7% 0.48% -
HSV(B) 24.97º 0.82% 0.82% -
XYZ 32.38 24.77 4.83 -
YUV 130.99 74.96 184.35 -
System Red Green Blue C M Y K H S L
Decimal 210 109 37 0 0.48 0.82 0.18 24.97 0.7 0.48
Hex D2 6D 25 0 30 52 12 19 46 30
Octal 322 155 45 0 60 122 22 31 106 60
Binary 11010010 1101101 100101 0 110000 1010010 10010 11001 1000110 110000

Color Harmonies of #D26D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26D25

Black with #D26D25

Text Example


Text Example

White with #D26D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26D25; }

 p { color: rgb(210,109,37); }

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

background-color css

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

 a { background-color: rgb(210,109,37); }

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

border-color css

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

 span { border-color: rgb(210,109,37); }

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