Html Css Color HEX #D4832D Dixie

📋 copy color: '#D4832D'

red 212 ◦ green 131 ◦ blue 45

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

Shades of Dixie #D4832D

Tints of Dixie #D4832D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.6%

R = 54.64%
G = 33.76%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4832D (or 0xD4832D) is known color: Dixie. HEX triplet: D4, 83 and 2D. RGB value is (212,131,45). Sum of RGB (Red+Green+Blue) = 212+131+45=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D4832D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4832D is #2B7CD2. Grayscale: #919191. Windows color (decimal): -2850003 or 2982868. OLE color: 2982868.

HSL color Cylindrical-coordinate representation of color #D4832D: hue angle of 30.9º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4832D is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 131 45 -
CMYK 0 0.38 0.79 0.17
HSL 30.9º 0.66% 0.5% -
HSV(B) 30.9º 0.79% 0.83% -
XYZ 35.74 30.42 6.47 -
YUV 145.42 71.34 175.49 -
System Red Green Blue C M Y K H S L
Decimal 212 131 45 0 0.38 0.79 0.17 30.9 0.66 0.5
Hex D4 83 2D 0 26 4F 11 1F 42 32
Octal 324 203 55 0 46 117 21 37 102 62
Binary 11010100 10000011 101101 0 100110 1001111 10001 11111 1000010 110010

Color Harmonies of #D4832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4832D

Black with #D4832D

Text Example


Text Example

White with #D4832D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4832D; }

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

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

background-color css

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

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

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

border-color css

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

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

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