Html Css Color HEX #D08A2C Dixie

📋 copy color: '#D08A2C'

red 208 ◦ green 138 ◦ blue 44

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

Shades of Dixie #D08A2C

Tints of Dixie #D08A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.28%

R = 53.33%
G = 35.38%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D08A2C (or 0xD08A2C) is known color: Dixie. HEX triplet: D0, 8A and 2C. RGB value is (208,138,44). Sum of RGB (Red+Green+Blue) = 208+138+44=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 44 (17.58% from 255 or 11.28% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08A2C is #2F75D3. Grayscale: #949494. Windows color (decimal): -3110356 or 2919120. OLE color: 2919120.

HSL color Cylindrical-coordinate representation of color #D08A2C: hue angle of 34.39º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D08A2C is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 138 44 -
CMYK 0 0.34 0.79 0.18
HSL 34.39º 0.65% 0.49% -
HSV(B) 34.39º 0.79% 0.82% -
XYZ 35.56 31.77 6.64 -
YUV 148.21 69.19 170.64 -
System Red Green Blue C M Y K H S L
Decimal 208 138 44 0 0.34 0.79 0.18 34.39 0.65 0.49
Hex D0 8A 2C 0 22 4F 12 22 41 31
Octal 320 212 54 0 42 117 22 42 101 61
Binary 11010000 10001010 101100 0 100010 1001111 10010 100010 1000001 110001

Color Harmonies of #D08A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A2C

Black with #D08A2C

Text Example


Text Example

White with #D08A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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