Html Css Color HEX #D48835 Dixie

📋 copy color: '#D48835'

red 212 ◦ green 136 ◦ blue 53

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

Shades of Dixie #D48835

Tints of Dixie #D48835

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.92%

 BLUE value IS 53 (21.09% from 255) = 13.22%

R = 52.87%
G = 33.92%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D48835 (or 0xD48835) is known color: Dixie. HEX triplet: D4, 88 and 35. RGB value is (212,136,53). Sum of RGB (Red+Green+Blue) = 212+136+53=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 53 (21.09% from 255 or 13.22% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D48835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48835 is #2B77CA. Grayscale: #959595. Windows color (decimal): -2848715 or 3508436. OLE color: 3508436.

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

Color convert

RGB 212 136 53 -
CMYK 0 0.36 0.75 0.17
HSL 31.32º 0.65% 0.52% -
HSV(B) 31.32º 0.75% 0.83% -
XYZ 36.6 31.86 7.59 -
YUV 149.26 73.68 172.75 -
System Red Green Blue C M Y K H S L
Decimal 212 136 53 0 0.36 0.75 0.17 31.32 0.65 0.52
Hex D4 88 35 0 24 4B 11 1F 41 34
Octal 324 210 65 0 44 113 21 37 101 64
Binary 11010100 10001000 110101 0 100100 1001011 10001 11111 1000001 110100

Color Harmonies of #D48835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48835

Black with #D48835

Text Example


Text Example

White with #D48835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48835; }

 p { color: rgb(212,136,53); }

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

background-color css

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

 a { background-color: rgb(212,136,53); }

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

border-color css

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

 span { border-color: rgb(212,136,53); }

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