Html Css Color HEX #D48732 Dixie

📋 copy color: '#D48732'

red 212 ◦ green 135 ◦ blue 50

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

Shades of Dixie #D48732

Tints of Dixie #D48732

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.01%

 BLUE value IS 50 (19.92% from 255) = 12.59%

R = 53.4%
G = 34.01%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D48732 (or 0xD48732) is known color: Dixie. HEX triplet: D4, 87 and 32. RGB value is (212,135,50). Sum of RGB (Red+Green+Blue) = 212+135+50=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D48732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48732 is #2B78CD. Grayscale: #949494. Windows color (decimal): -2848974 or 3311572. OLE color: 3311572.

HSL color Cylindrical-coordinate representation of color #D48732: hue angle of 31.48º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D48732 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 135 50 -
CMYK 0 0.36 0.76 0.17
HSL 31.48º 0.65% 0.51% -
HSV(B) 31.48º 0.76% 0.83% -
XYZ 36.39 31.56 7.19 -
YUV 148.33 72.51 173.41 -
System Red Green Blue C M Y K H S L
Decimal 212 135 50 0 0.36 0.76 0.17 31.48 0.65 0.51
Hex D4 87 32 0 24 4C 11 1F 41 33
Octal 324 207 62 0 44 114 21 37 101 63
Binary 11010100 10000111 110010 0 100100 1001100 10001 11111 1000001 110011

Color Harmonies of #D48732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48732

Black with #D48732

Text Example


Text Example

White with #D48732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48732; }

 p { color: rgb(212,135,50); }

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

background-color css

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

 a { background-color: rgb(212,135,50); }

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

border-color css

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

 span { border-color: rgb(212,135,50); }

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