Html Css Color HEX #D08931 Dixie

📋 copy color: '#D08931'

red 208 ◦ green 137 ◦ blue 49

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

Shades of Dixie #D08931

Tints of Dixie #D08931

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.77%

 BLUE value IS 49 (19.53% from 255) = 12.44%

R = 52.79%
G = 34.77%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D08931 (or 0xD08931) is known color: Dixie. HEX triplet: D0, 89 and 31. RGB value is (208,137,49). Sum of RGB (Red+Green+Blue) = 208+137+49=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D08931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08931 is #2F76CE. Grayscale: #949494. Windows color (decimal): -3110607 or 3246544. OLE color: 3246544.

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

Color convert

RGB 208 137 49 -
CMYK 0 0.34 0.76 0.18
HSL 33.21º 0.63% 0.5% -
HSV(B) 33.21º 0.76% 0.82% -
XYZ 35.51 31.52 7.12 -
YUV 148.2 72.02 170.66 -
System Red Green Blue C M Y K H S L
Decimal 208 137 49 0 0.34 0.76 0.18 33.21 0.63 0.5
Hex D0 89 31 0 22 4C 12 21 3F 32
Octal 320 211 61 0 42 114 22 41 77 62
Binary 11010000 10001001 110001 0 100010 1001100 10010 100001 111111 110010

Color Harmonies of #D08931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08931

Black with #D08931

Text Example


Text Example

White with #D08931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08931; }

 p { color: rgb(208,137,49); }

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

background-color css

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

 a { background-color: rgb(208,137,49); }

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

border-color css

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

 span { border-color: rgb(208,137,49); }

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