Html Css Color HEX #D18926 Dixie

📋 copy color: '#D18926'

red 209 ◦ green 137 ◦ blue 38

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

Shades of Dixie #D18926

Tints of Dixie #D18926

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.68%

 BLUE value IS 38 (15.23% from 255) = 9.9%

R = 54.43%
G = 35.68%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D18926 (or 0xD18926) is known color: Dixie. HEX triplet: D1, 89 and 26. RGB value is (209,137,38). Sum of RGB (Red+Green+Blue) = 209+137+38=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 38 (15.23% from 255 or 9.90% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D18926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18926 is #2E76D9. Grayscale: #939393. Windows color (decimal): -3045082 or 2525649. OLE color: 2525649.

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

Color convert

RGB 209 137 38 -
CMYK 0 0.34 0.82 0.18
HSL 34.74º 0.69% 0.48% -
HSV(B) 34.74º 0.82% 0.82% -
XYZ 35.59 31.59 6.05 -
YUV 147.24 66.35 172.05 -
System Red Green Blue C M Y K H S L
Decimal 209 137 38 0 0.34 0.82 0.18 34.74 0.69 0.48
Hex D1 89 26 0 22 52 12 23 45 30
Octal 321 211 46 0 42 122 22 43 105 60
Binary 11010001 10001001 100110 0 100010 1010010 10010 100011 1000101 110000

Color Harmonies of #D18926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18926

Black with #D18926

Text Example


Text Example

White with #D18926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18926; }

 p { color: rgb(209,137,38); }

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

background-color css

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

 a { background-color: rgb(209,137,38); }

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

border-color css

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

 span { border-color: rgb(209,137,38); }

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