Html Css Color HEX #D4872F Dixie

📋 copy color: '#D4872F'

red 212 ◦ green 135 ◦ blue 47

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

Shades of Dixie #D4872F

Tints of Dixie #D4872F

RGB

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

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

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

R = 53.81%
G = 34.26%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4872F (or 0xD4872F) is known color: Dixie. HEX triplet: D4, 87 and 2F. RGB value is (212,135,47). Sum of RGB (Red+Green+Blue) = 212+135+47=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 47 (18.75% from 255 or 11.93% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D4872F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4872F is #2B78D0. Grayscale: #949494. Windows color (decimal): -2848977 or 3114964. OLE color: 3114964.

HSL color Cylindrical-coordinate representation of color #D4872F: hue angle of 32º 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 #D4872F is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 135 47 -
CMYK 0 0.36 0.78 0.17
HSL 32º 0.66% 0.51% -
HSV(B) 32º 0.78% 0.83% -
XYZ 36.33 31.53 6.86 -
YUV 147.99 71.01 173.66 -
System Red Green Blue C M Y K H S L
Decimal 212 135 47 0 0.36 0.78 0.17 32 0.66 0.51
Hex D4 87 2F 0 24 4E 11 20 42 33
Octal 324 207 57 0 44 116 21 40 102 63
Binary 11010100 10000111 101111 0 100100 1001110 10001 100000 1000010 110011

Color Harmonies of #D4872F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4872F

Black with #D4872F

Text Example


Text Example

White with #D4872F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4872F; }

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

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

background-color css

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

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

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

border-color css

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

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

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