Html Css Color HEX #D18A29 Dixie

📋 copy color: '#D18A29'

red 209 ◦ green 138 ◦ blue 41

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

Shades of Dixie #D18A29

Tints of Dixie #D18A29

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.57%

 BLUE value IS 41 (16.41% from 255) = 10.57%

R = 53.87%
G = 35.57%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D18A29 (or 0xD18A29) is known color: Dixie. HEX triplet: D1, 8A and 29. RGB value is (209,138,41). Sum of RGB (Red+Green+Blue) = 209+138+41=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 41 (16.41% from 255 or 10.57% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18A29 is #2E75D6. Grayscale: #949494. Windows color (decimal): -3044823 or 2722513. OLE color: 2722513.

HSL color Cylindrical-coordinate representation of color #D18A29: hue angle of 34.64º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D18A29 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 138 41 -
CMYK 0 0.34 0.80 0.18
HSL 34.64º 0.67% 0.49% -
HSV(B) 34.64º 0.8% 0.82% -
XYZ 35.78 31.89 6.37 -
YUV 148.17 67.52 171.39 -
System Red Green Blue C M Y K H S L
Decimal 209 138 41 0 0.34 0.80 0.18 34.64 0.67 0.49
Hex D1 8A 29 0 22 50 12 23 43 31
Octal 321 212 51 0 42 120 22 43 103 61
Binary 11010001 10001010 101001 0 100010 1010000 10010 100011 1000011 110001

Color Harmonies of #D18A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18A29

Black with #D18A29

Text Example


Text Example

White with #D18A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18A29; }

 p { color: rgb(209,138,41); }

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

background-color css

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

 a { background-color: rgb(209,138,41); }

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

border-color css

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

 span { border-color: rgb(209,138,41); }

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