Html Css Color HEX #D4872B Dixie

📋 copy color: '#D4872B'

red 212 ◦ green 135 ◦ blue 43

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

Shades of Dixie #D4872B

Tints of Dixie #D4872B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.03%

R = 54.36%
G = 34.62%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D4872B (or 0xD4872B) is known color: Dixie. HEX triplet: D4, 87 and 2B. RGB value is (212,135,43). Sum of RGB (Red+Green+Blue) = 212+135+43=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D4872B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4872B is #2B78D4. Grayscale: #939393. Windows color (decimal): -2848981 or 2852820. OLE color: 2852820.

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

Color convert

RGB 212 135 43 -
CMYK 0 0.36 0.80 0.17
HSL 32.66º 0.66% 0.5% -
HSV(B) 32.66º 0.8% 0.83% -
XYZ 36.25 31.5 6.45 -
YUV 147.54 69.01 173.98 -
System Red Green Blue C M Y K H S L
Decimal 212 135 43 0 0.36 0.80 0.17 32.66 0.66 0.5
Hex D4 87 2B 0 24 50 11 21 42 32
Octal 324 207 53 0 44 120 21 41 102 62
Binary 11010100 10000111 101011 0 100100 1010000 10001 100001 1000010 110010

Color Harmonies of #D4872B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4872B

Black with #D4872B

Text Example


Text Example

White with #D4872B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4872B; }

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

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

background-color css

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

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

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

border-color css

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

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

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