Html Css Color HEX #D0812A Dixie

📋 copy color: '#D0812A'

red 208 ◦ green 129 ◦ blue 42

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

Shades of Dixie #D0812A

Tints of Dixie #D0812A

RGB

 RED value IS 208 (81.64% from 255) = 54.88%

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

 BLUE value IS 42 (16.8% from 255) = 11.08%

R = 54.88%
G = 34.04%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D0812A (or 0xD0812A) is known color: Dixie. HEX triplet: D0, 81 and 2A. RGB value is (208,129,42). Sum of RGB (Red+Green+Blue) = 208+129+42=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D0812A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0812A is #2F7ED5. Grayscale: #8F8F8F. Windows color (decimal): -3112662 or 2785744. OLE color: 2785744.

HSL color Cylindrical-coordinate representation of color #D0812A: hue angle of 31.45º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0812A is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 129 42 -
CMYK 0 0.38 0.80 0.18
HSL 31.45º 0.66% 0.49% -
HSV(B) 31.45º 0.8% 0.82% -
XYZ 34.28 29.28 6.03 -
YUV 142.7 71.17 174.57 -
System Red Green Blue C M Y K H S L
Decimal 208 129 42 0 0.38 0.80 0.18 31.45 0.66 0.49
Hex D0 81 2A 0 26 50 12 1F 42 31
Octal 320 201 52 0 46 120 22 37 102 61
Binary 11010000 10000001 101010 0 100110 1010000 10010 11111 1000010 110001

Color Harmonies of #D0812A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0812A

Black with #D0812A

Text Example


Text Example

White with #D0812A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0812A; }

 p { color: rgb(208,129,42); }

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

background-color css

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

 a { background-color: rgb(208,129,42); }

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

border-color css

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

 span { border-color: rgb(208,129,42); }

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