Html Css Color HEX #D4882F Dixie

📋 copy color: '#D4882F'

red 212 ◦ green 136 ◦ blue 47

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

Shades of Dixie #D4882F

Tints of Dixie #D4882F

RGB

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

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

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

R = 53.67%
G = 34.43%
B = 11.9%

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

#D4882F (or 0xD4882F) is known color: Dixie. HEX triplet: D4, 88 and 2F. RGB value is (212,136,47). Sum of RGB (Red+Green+Blue) = 212+136+47=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D4882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4882F is #2B77D0. Grayscale: #959595. Windows color (decimal): -2848721 or 3115220. OLE color: 3115220.

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

Color convert

RGB 212 136 47 -
CMYK 0 0.36 0.78 0.17
HSL 32.36º 0.66% 0.51% -
HSV(B) 32.36º 0.78% 0.83% -
XYZ 36.47 31.81 6.91 -
YUV 148.58 70.68 173.24 -
System Red Green Blue C M Y K H S L
Decimal 212 136 47 0 0.36 0.78 0.17 32.36 0.66 0.51
Hex D4 88 2F 0 24 4E 11 20 42 33
Octal 324 210 57 0 44 116 21 40 102 63
Binary 11010100 10001000 101111 0 100100 1001110 10001 100000 1000010 110011

Color Harmonies of #D4882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4882F

Black with #D4882F

Text Example


Text Example

White with #D4882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4882F; }

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

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

background-color css

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

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

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

border-color css

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

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

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