Html Css Color HEX #D3812B Dixie

📋 copy color: '#D3812B'

red 211 ◦ green 129 ◦ blue 43

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

Shades of Dixie #D3812B

Tints of Dixie #D3812B

RGB

 RED value IS 211 (82.81% from 255) = 55.09%

 GREEN value IS 129 (50.78% from 255) = 33.68%

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

R = 55.09%
G = 33.68%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D3812B (or 0xD3812B) is known color: Dixie. HEX triplet: D3, 81 and 2B. RGB value is (211,129,43). Sum of RGB (Red+Green+Blue) = 211+129+43=383 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.09% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 43 (17.19% from 255 or 11.23% from 383); Max value from RGB is 211 - color contains mainly: red. Hex color #D3812B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3812B is #2C7ED4. Grayscale: #909090. Windows color (decimal): -2916053 or 2851283. OLE color: 2851283.

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

Color convert

RGB 211 129 43 -
CMYK 0 0.39 0.80 0.17
HSL 30.71º 0.66% 0.5% -
HSV(B) 30.71º 0.8% 0.83% -
XYZ 35.15 29.72 6.17 -
YUV 143.71 71.17 175.99 -
System Red Green Blue C M Y K H S L
Decimal 211 129 43 0 0.39 0.80 0.17 30.71 0.66 0.5
Hex D3 81 2B 0 27 50 11 1F 42 32
Octal 323 201 53 0 47 120 21 37 102 62
Binary 11010011 10000001 101011 0 100111 1010000 10001 11111 1000010 110010

Color Harmonies of #D3812B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3812B

Black with #D3812B

Text Example


Text Example

White with #D3812B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3812B; }

 p { color: rgb(211,129,43); }

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

background-color css

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

 a { background-color: rgb(211,129,43); }

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

border-color css

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

 span { border-color: rgb(211,129,43); }

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