Html Css Color HEX #D26525 Chocolate

📋 copy color: '#D26525'

red 210 ◦ green 101 ◦ blue 37

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

Shades of Chocolate #D26525

Tints of Chocolate #D26525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.02%

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

R = 60.34%
G = 29.02%
B = 10.63%

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

#D26525 (or 0xD26525) is known color: Chocolate. HEX triplet: D2, 65 and 25. RGB value is (210,101,37). Sum of RGB (Red+Green+Blue) = 210+101+37=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D26525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26525 is #2D9ADA. Grayscale: #7E7E7E. Windows color (decimal): -2988763 or 2450898. OLE color: 2450898.

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

Color convert

RGB 210 101 37 -
CMYK 0 0.52 0.82 0.18
HSL 22.2º 0.7% 0.48% -
HSV(B) 22.2º 0.82% 0.82% -
XYZ 31.57 23.14 4.55 -
YUV 126.3 77.61 187.7 -
System Red Green Blue C M Y K H S L
Decimal 210 101 37 0 0.52 0.82 0.18 22.2 0.7 0.48
Hex D2 65 25 0 34 52 12 16 46 30
Octal 322 145 45 0 64 122 22 26 106 60
Binary 11010010 1100101 100101 0 110100 1010010 10010 10110 1000110 110000

Color Harmonies of #D26525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26525

Black with #D26525

Text Example


Text Example

White with #D26525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26525; }

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

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

background-color css

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

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

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

border-color css

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

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

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