Html Css Color HEX #D18725 Dixie

📋 copy color: '#D18725'

red 209 ◦ green 135 ◦ blue 37

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

Shades of Dixie #D18725

Tints of Dixie #D18725

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.43%

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

R = 54.86%
G = 35.43%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D18725 (or 0xD18725) is known color: Dixie. HEX triplet: D1, 87 and 25. RGB value is (209,135,37). Sum of RGB (Red+Green+Blue) = 209+135+37=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 37 (14.84% from 255 or 9.71% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D18725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18725 is #2E78DA. Grayscale: #929292. Windows color (decimal): -3045595 or 2459601. OLE color: 2459601.

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

Color convert

RGB 209 135 37 -
CMYK 0 0.35 0.82 0.18
HSL 34.19º 0.7% 0.48% -
HSV(B) 34.19º 0.82% 0.82% -
XYZ 35.29 31.02 5.88 -
YUV 145.95 66.52 172.97 -
System Red Green Blue C M Y K H S L
Decimal 209 135 37 0 0.35 0.82 0.18 34.19 0.7 0.48
Hex D1 87 25 0 23 52 12 22 46 30
Octal 321 207 45 0 43 122 22 42 106 60
Binary 11010001 10000111 100101 0 100011 1010010 10010 100010 1000110 110000

Color Harmonies of #D18725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18725

Black with #D18725

Text Example


Text Example

White with #D18725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18725; }

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

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

background-color css

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

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

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

border-color css

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

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

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