Html Css Color HEX #D4862B Dixie

📋 copy color: '#D4862B'

red 212 ◦ green 134 ◦ blue 43

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

Shades of Dixie #D4862B

Tints of Dixie #D4862B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.45%

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

R = 54.5%
G = 34.45%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D4862B (or 0xD4862B) is known color: Dixie. HEX triplet: D4, 86 and 2B. RGB value is (212,134,43). Sum of RGB (Red+Green+Blue) = 212+134+43=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D4862B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4862B is #2B79D4. Grayscale: #939393. Windows color (decimal): -2849237 or 2852564. OLE color: 2852564.

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

Color convert

RGB 212 134 43 -
CMYK 0 0.37 0.80 0.17
HSL 32.31º 0.66% 0.5% -
HSV(B) 32.31º 0.8% 0.83% -
XYZ 36.11 31.22 6.41 -
YUV 146.95 69.34 174.4 -
System Red Green Blue C M Y K H S L
Decimal 212 134 43 0 0.37 0.80 0.17 32.31 0.66 0.5
Hex D4 86 2B 0 25 50 11 20 42 32
Octal 324 206 53 0 45 120 21 40 102 62
Binary 11010100 10000110 101011 0 100101 1010000 10001 100000 1000010 110010

Color Harmonies of #D4862B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4862B

Black with #D4862B

Text Example


Text Example

White with #D4862B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4862B; }

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

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

background-color css

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

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

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

border-color css

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

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

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