Html Css Color HEX #D38324 Dixie

📋 copy color: '#D38324'

red 211 ◦ green 131 ◦ blue 36

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

Shades of Dixie #D38324

Tints of Dixie #D38324

RGB

 RED value IS 211 (82.81% from 255) = 55.82%

 GREEN value IS 131 (51.56% from 255) = 34.66%

 BLUE value IS 36 (14.45% from 255) = 9.52%

R = 55.82%
G = 34.66%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D38324 (or 0xD38324) is known color: Dixie. HEX triplet: D3, 83 and 24. RGB value is (211,131,36). Sum of RGB (Red+Green+Blue) = 211+131+36=378 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.82% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 36 (14.45% from 255 or 9.52% from 378); Max value from RGB is 211 - color contains mainly: red. Hex color #D38324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38324 is #2C7CDB. Grayscale: #909090. Windows color (decimal): -2915548 or 2393043. OLE color: 2393043.

HSL color Cylindrical-coordinate representation of color #D38324: hue angle of 32.57º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D38324 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 131 36 -
CMYK 0 0.38 0.83 0.17
HSL 32.57º 0.71% 0.48% -
HSV(B) 32.57º 0.83% 0.83% -
XYZ 35.3 30.21 5.64 -
YUV 144.09 67 175.72 -
System Red Green Blue C M Y K H S L
Decimal 211 131 36 0 0.38 0.83 0.17 32.57 0.71 0.48
Hex D3 83 24 0 26 53 11 21 47 30
Octal 323 203 44 0 46 123 21 41 107 60
Binary 11010011 10000011 100100 0 100110 1010011 10001 100001 1000111 110000

Color Harmonies of #D38324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38324

Black with #D38324

Text Example


Text Example

White with #D38324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38324; }

 p { color: rgb(211,131,36); }

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

background-color css

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

 a { background-color: rgb(211,131,36); }

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

border-color css

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

 span { border-color: rgb(211,131,36); }

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