Html Css Color HEX #D16625 Chocolate

📋 copy color: '#D16625'

red 209 ◦ green 102 ◦ blue 37

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

Shades of Chocolate #D16625

Tints of Chocolate #D16625

RGB

 RED value IS 209 (82.03% from 255) = 60.06%

 GREEN value IS 102 (40.23% from 255) = 29.31%

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

R = 60.06%
G = 29.31%
B = 10.63%

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

#D16625 (or 0xD16625) is known color: Chocolate. HEX triplet: D1, 66 and 25. RGB value is (209,102,37). Sum of RGB (Red+Green+Blue) = 209+102+37=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D16625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16625 is #2E99DA. Grayscale: #7E7E7E. Windows color (decimal): -3054043 or 2451153. OLE color: 2451153.

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

Color convert

RGB 209 102 37 -
CMYK 0 0.51 0.82 0.18
HSL 22.67º 0.7% 0.48% -
HSV(B) 22.67º 0.82% 0.82% -
XYZ 31.38 23.19 4.57 -
YUV 126.58 77.45 186.79 -
System Red Green Blue C M Y K H S L
Decimal 209 102 37 0 0.51 0.82 0.18 22.67 0.7 0.48
Hex D1 66 25 0 33 52 12 17 46 30
Octal 321 146 45 0 63 122 22 27 106 60
Binary 11010001 1100110 100101 0 110011 1010010 10010 10111 1000110 110000

Color Harmonies of #D16625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16625

Black with #D16625

Text Example


Text Example

White with #D16625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16625; }

 p { color: rgb(209,102,37); }

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

background-color css

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

 a { background-color: rgb(209,102,37); }

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

border-color css

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

 span { border-color: rgb(209,102,37); }

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