Html Css Color HEX #D08A2E Dixie

📋 copy color: '#D08A2E'

red 208 ◦ green 138 ◦ blue 46

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

Shades of Dixie #D08A2E

Tints of Dixie #D08A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.73%

R = 53.06%
G = 35.2%
B = 11.73%

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

#D08A2E (or 0xD08A2E) is known color: Dixie. HEX triplet: D0, 8A and 2E. RGB value is (208,138,46). Sum of RGB (Red+Green+Blue) = 208+138+46=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08A2E is #2F75D1. Grayscale: #949494. Windows color (decimal): -3110354 or 3050192. OLE color: 3050192.

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

Color convert

RGB 208 138 46 -
CMYK 0 0.34 0.78 0.18
HSL 34.07º 0.64% 0.5% -
HSV(B) 34.07º 0.78% 0.82% -
XYZ 35.59 31.78 6.84 -
YUV 148.44 70.19 170.48 -
System Red Green Blue C M Y K H S L
Decimal 208 138 46 0 0.34 0.78 0.18 34.07 0.64 0.5
Hex D0 8A 2E 0 22 4E 12 22 40 32
Octal 320 212 56 0 42 116 22 42 100 62
Binary 11010000 10001010 101110 0 100010 1001110 10010 100010 1000000 110010

Color Harmonies of #D08A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A2E

Black with #D08A2E

Text Example


Text Example

White with #D08A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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