Html Css Color HEX #D48324 Dixie

📋 copy color: '#D48324'

red 212 ◦ green 131 ◦ blue 36

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

Shades of Dixie #D48324

Tints of Dixie #D48324

RGB

 RED value IS 212 (83.2% from 255) = 55.94%

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

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

R = 55.94%
G = 34.56%
B = 9.5%

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

#D48324 (or 0xD48324) is known color: Dixie. HEX triplet: D4, 83 and 24. RGB value is (212,131,36). Sum of RGB (Red+Green+Blue) = 212+131+36=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 36 (14.45% from 255 or 9.50% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D48324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48324 is #2B7CDB. Grayscale: #909090. Windows color (decimal): -2850012 or 2393044. OLE color: 2393044.

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

Color convert

RGB 212 131 36 -
CMYK 0 0.38 0.83 0.17
HSL 32.39º 0.71% 0.49% -
HSV(B) 32.39º 0.83% 0.83% -
XYZ 35.59 30.36 5.65 -
YUV 144.39 66.84 176.22 -
System Red Green Blue C M Y K H S L
Decimal 212 131 36 0 0.38 0.83 0.17 32.39 0.71 0.49
Hex D4 83 24 0 26 53 11 20 47 31
Octal 324 203 44 0 46 123 21 40 107 61
Binary 11010100 10000011 100100 0 100110 1010011 10001 100000 1000111 110001

Color Harmonies of #D48324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48324

Black with #D48324

Text Example


Text Example

White with #D48324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48324; }

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

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

background-color css

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

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

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

border-color css

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

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

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