Html Css Color HEX #D0822D Dixie

📋 copy color: '#D0822D'

red 208 ◦ green 130 ◦ blue 45

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

Shades of Dixie #D0822D

Tints of Dixie #D0822D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.94%

 BLUE value IS 45 (17.97% from 255) = 11.75%

R = 54.31%
G = 33.94%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0822D (or 0xD0822D) is known color: Dixie. HEX triplet: D0, 82 and 2D. RGB value is (208,130,45). Sum of RGB (Red+Green+Blue) = 208+130+45=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0822D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0822D is #2F7DD2. Grayscale: #909090. Windows color (decimal): -3112403 or 2982608. OLE color: 2982608.

HSL color Cylindrical-coordinate representation of color #D0822D: hue angle of 31.29º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0822D is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 130 45 -
CMYK 0 0.38 0.78 0.18
HSL 31.29º 0.64% 0.5% -
HSV(B) 31.29º 0.78% 0.82% -
XYZ 34.47 29.56 6.37 -
YUV 143.63 72.34 173.91 -
System Red Green Blue C M Y K H S L
Decimal 208 130 45 0 0.38 0.78 0.18 31.29 0.64 0.5
Hex D0 82 2D 0 26 4E 12 1F 40 32
Octal 320 202 55 0 46 116 22 37 100 62
Binary 11010000 10000010 101101 0 100110 1001110 10010 11111 1000000 110010

Color Harmonies of #D0822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0822D

Black with #D0822D

Text Example


Text Example

White with #D0822D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0822D; }

 p { color: rgb(208,130,45); }

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

background-color css

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

 a { background-color: rgb(208,130,45); }

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

border-color css

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

 span { border-color: rgb(208,130,45); }

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