Html Css Color HEX #D16A25 Chocolate

📋 copy color: '#D16A25'

red 209 ◦ green 106 ◦ blue 37

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

Shades of Chocolate #D16A25

Tints of Chocolate #D16A25

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.11%

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

R = 59.38%
G = 30.11%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D16A25 (or 0xD16A25) is known color: Chocolate. HEX triplet: D1, 6A and 25. RGB value is (209,106,37). Sum of RGB (Red+Green+Blue) = 209+106+37=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16A25 is #2E95DA. Grayscale: #818181. Windows color (decimal): -3053019 or 2452177. OLE color: 2452177.

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

Color convert

RGB 209 106 37 -
CMYK 0 0.49 0.82 0.18
HSL 24.07º 0.7% 0.48% -
HSV(B) 24.07º 0.82% 0.82% -
XYZ 31.78 24 4.71 -
YUV 128.93 76.12 185.11 -
System Red Green Blue C M Y K H S L
Decimal 209 106 37 0 0.49 0.82 0.18 24.07 0.7 0.48
Hex D1 6A 25 0 31 52 12 18 46 30
Octal 321 152 45 0 61 122 22 30 106 60
Binary 11010001 1101010 100101 0 110001 1010010 10010 11000 1000110 110000

Color Harmonies of #D16A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16A25

Black with #D16A25

Text Example


Text Example

White with #D16A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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