Html Css Color HEX #D26425 Chocolate

📋 copy color: '#D26425'

red 210 ◦ green 100 ◦ blue 37

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

Shades of Chocolate #D26425

Tints of Chocolate #D26425

RGB

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

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

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

R = 60.52%
G = 28.82%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D26425 (or 0xD26425) is known color: Chocolate. HEX triplet: D2, 64 and 25. RGB value is (210,100,37). Sum of RGB (Red+Green+Blue) = 210+100+37=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D26425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26425 is #2D9BDA. Grayscale: #7E7E7E. Windows color (decimal): -2989019 or 2450642. OLE color: 2450642.

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

Color convert

RGB 210 100 37 -
CMYK 0 0.52 0.82 0.18
HSL 21.85º 0.7% 0.48% -
HSV(B) 21.85º 0.82% 0.82% -
XYZ 31.47 22.95 4.52 -
YUV 125.71 77.94 188.12 -
System Red Green Blue C M Y K H S L
Decimal 210 100 37 0 0.52 0.82 0.18 21.85 0.7 0.48
Hex D2 64 25 0 34 52 12 16 46 30
Octal 322 144 45 0 64 122 22 26 106 60
Binary 11010010 1100100 100101 0 110100 1010010 10010 10110 1000110 110000

Color Harmonies of #D26425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26425

Black with #D26425

Text Example


Text Example

White with #D26425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26425; }

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

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

background-color css

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

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

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

border-color css

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

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

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