Html Css Color HEX #D48325 Dixie

📋 copy color: '#D48325'

red 212 ◦ green 131 ◦ blue 37

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

Shades of Dixie #D48325

Tints of Dixie #D48325

RGB

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

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

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

R = 55.79%
G = 34.47%
B = 9.74%

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

#D48325 (or 0xD48325) is known color: Dixie. HEX triplet: D4, 83 and 25. RGB value is (212,131,37). Sum of RGB (Red+Green+Blue) = 212+131+37=380 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.79% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 212 - color contains mainly: red. Hex color #D48325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48325 is #2B7CDA. Grayscale: #909090. Windows color (decimal): -2850011 or 2458580. OLE color: 2458580.

HSL color Cylindrical-coordinate representation of color #D48325: hue angle of 32.23º degrees, saturation: 0.7, 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 #D48325 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 131 37 -
CMYK 0 0.38 0.83 0.17
HSL 32.23º 0.7% 0.49% -
HSV(B) 32.23º 0.83% 0.83% -
XYZ 35.6 30.36 5.73 -
YUV 144.5 67.34 176.14 -
System Red Green Blue C M Y K H S L
Decimal 212 131 37 0 0.38 0.83 0.17 32.23 0.7 0.49
Hex D4 83 25 0 26 53 11 20 46 31
Octal 324 203 45 0 46 123 21 40 106 61
Binary 11010100 10000011 100101 0 100110 1010011 10001 100000 1000110 110001

Color Harmonies of #D48325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48325

Black with #D48325

Text Example


Text Example

White with #D48325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48325; }

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

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

background-color css

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

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

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

border-color css

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

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

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