Html Css Color HEX #D26725 Chocolate

📋 copy color: '#D26725'

red 210 ◦ green 103 ◦ blue 37

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

Shades of Chocolate #D26725

Tints of Chocolate #D26725

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.43%

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

R = 60%
G = 29.43%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D26725 (or 0xD26725) is known color: Chocolate. HEX triplet: D2, 67 and 25. RGB value is (210,103,37). Sum of RGB (Red+Green+Blue) = 210+103+37=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 37 (14.84% from 255 or 10.57% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D26725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26725 is #2D98DA. Grayscale: #7F7F7F. Windows color (decimal): -2988251 or 2451410. OLE color: 2451410.

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

Color convert

RGB 210 103 37 -
CMYK 0 0.51 0.82 0.18
HSL 22.89º 0.7% 0.48% -
HSV(B) 22.89º 0.82% 0.82% -
XYZ 31.76 23.54 4.62 -
YUV 127.47 76.95 186.87 -
System Red Green Blue C M Y K H S L
Decimal 210 103 37 0 0.51 0.82 0.18 22.89 0.7 0.48
Hex D2 67 25 0 33 52 12 17 46 30
Octal 322 147 45 0 63 122 22 27 106 60
Binary 11010010 1100111 100101 0 110011 1010010 10010 10111 1000110 110000

Color Harmonies of #D26725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26725

Black with #D26725

Text Example


Text Example

White with #D26725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26725; }

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

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

background-color css

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

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

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

border-color css

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

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

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