Html Css Color HEX #D48425 Dixie

📋 copy color: '#D48425'

red 212 ◦ green 132 ◦ blue 37

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

Shades of Dixie #D48425

Tints of Dixie #D48425

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.65%

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

R = 55.64%
G = 34.65%
B = 9.71%

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

#D48425 (or 0xD48425) is known color: Dixie. HEX triplet: D4, 84 and 25. RGB value is (212,132,37). Sum of RGB (Red+Green+Blue) = 212+132+37=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 37 (14.84% from 255 or 9.71% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D48425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48425 is #2B7BDA. Grayscale: #919191. Windows color (decimal): -2849755 or 2458836. OLE color: 2458836.

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

Color convert

RGB 212 132 37 -
CMYK 0 0.38 0.83 0.17
HSL 32.57º 0.7% 0.49% -
HSV(B) 32.57º 0.83% 0.83% -
XYZ 35.74 30.63 5.78 -
YUV 145.09 67 175.72 -
System Red Green Blue C M Y K H S L
Decimal 212 132 37 0 0.38 0.83 0.17 32.57 0.7 0.49
Hex D4 84 25 0 26 53 11 21 46 31
Octal 324 204 45 0 46 123 21 41 106 61
Binary 11010100 10000100 100101 0 100110 1010011 10001 100001 1000110 110001

Color Harmonies of #D48425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48425

Black with #D48425

Text Example


Text Example

White with #D48425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48425; }

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

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

background-color css

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

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

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

border-color css

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

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

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