Html Css Color HEX #D4852F Dixie

📋 copy color: '#D4852F'

red 212 ◦ green 133 ◦ blue 47

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

Shades of Dixie #D4852F

Tints of Dixie #D4852F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.93%

 BLUE value IS 47 (18.75% from 255) = 11.99%

R = 54.08%
G = 33.93%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4852F (or 0xD4852F) is known color: Dixie. HEX triplet: D4, 85 and 2F. RGB value is (212,133,47). Sum of RGB (Red+Green+Blue) = 212+133+47=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D4852F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4852F is #2B7AD0. Grayscale: #939393. Windows color (decimal): -2849489 or 3114452. OLE color: 3114452.

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

Color convert

RGB 212 133 47 -
CMYK 0 0.37 0.78 0.17
HSL 31.27º 0.66% 0.51% -
HSV(B) 31.27º 0.78% 0.83% -
XYZ 36.05 30.98 6.77 -
YUV 146.82 71.67 174.49 -
System Red Green Blue C M Y K H S L
Decimal 212 133 47 0 0.37 0.78 0.17 31.27 0.66 0.51
Hex D4 85 2F 0 25 4E 11 1F 42 33
Octal 324 205 57 0 45 116 21 37 102 63
Binary 11010100 10000101 101111 0 100101 1001110 10001 11111 1000010 110011

Color Harmonies of #D4852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4852F

Black with #D4852F

Text Example


Text Example

White with #D4852F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4852F; }

 p { color: rgb(212,133,47); }

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

background-color css

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

 a { background-color: rgb(212,133,47); }

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

border-color css

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

 span { border-color: rgb(212,133,47); }

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