Html Css Color HEX #D08A2D Dixie

📋 copy color: '#D08A2D'

red 208 ◦ green 138 ◦ blue 45

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

Shades of Dixie #D08A2D

Tints of Dixie #D08A2D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.29%

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

R = 53.2%
G = 35.29%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D08A2D (or 0xD08A2D) is known color: Dixie. HEX triplet: D0, 8A and 2D. RGB value is (208,138,45). Sum of RGB (Red+Green+Blue) = 208+138+45=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08A2D is #2F75D2. Grayscale: #949494. Windows color (decimal): -3110355 or 2984656. OLE color: 2984656.

HSL color Cylindrical-coordinate representation of color #D08A2D: hue angle of 34.23º 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 #D08A2D is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 138 45 -
CMYK 0 0.34 0.78 0.18
HSL 34.23º 0.64% 0.5% -
HSV(B) 34.23º 0.78% 0.82% -
XYZ 35.57 31.78 6.74 -
YUV 148.33 69.69 170.56 -
System Red Green Blue C M Y K H S L
Decimal 208 138 45 0 0.34 0.78 0.18 34.23 0.64 0.5
Hex D0 8A 2D 0 22 4E 12 22 40 32
Octal 320 212 55 0 42 116 22 42 100 62
Binary 11010000 10001010 101101 0 100010 1001110 10010 100010 1000000 110010

Color Harmonies of #D08A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A2D

Black with #D08A2D

Text Example


Text Example

White with #D08A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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