Html Css Color HEX #D48423 Dixie

📋 copy color: '#D48423'

red 212 ◦ green 132 ◦ blue 35

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

Shades of Dixie #D48423

Tints of Dixie #D48423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.23%

R = 55.94%
G = 34.83%
B = 9.23%

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

#D48423 (or 0xD48423) is known color: Dixie. HEX triplet: D4, 84 and 23. RGB value is (212,132,35). Sum of RGB (Red+Green+Blue) = 212+132+35=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 35 (14.06% from 255 or 9.23% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D48423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48423 is #2B7BDC. Grayscale: #919191. Windows color (decimal): -2849757 or 2327764. OLE color: 2327764.

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

Color convert

RGB 212 132 35 -
CMYK 0 0.38 0.83 0.17
HSL 32.88º 0.72% 0.48% -
HSV(B) 32.88º 0.83% 0.83% -
XYZ 35.71 30.62 5.62 -
YUV 144.86 66 175.89 -
System Red Green Blue C M Y K H S L
Decimal 212 132 35 0 0.38 0.83 0.17 32.88 0.72 0.48
Hex D4 84 23 0 26 53 11 21 48 30
Octal 324 204 43 0 46 123 21 41 110 60
Binary 11010100 10000100 100011 0 100110 1010011 10001 100001 1001000 110000

Color Harmonies of #D48423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48423

Black with #D48423

Text Example


Text Example

White with #D48423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48423; }

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

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

background-color css

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

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

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

border-color css

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

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

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