Html Css Color HEX #D08326 Dixie

📋 copy color: '#D08326'

red 208 ◦ green 131 ◦ blue 38

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

Shades of Dixie #D08326

Tints of Dixie #D08326

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.75%

 BLUE value IS 38 (15.23% from 255) = 10.08%

R = 55.17%
G = 34.75%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D08326 (or 0xD08326) is known color: Dixie. HEX triplet: D0, 83 and 26. RGB value is (208,131,38). Sum of RGB (Red+Green+Blue) = 208+131+38=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 38 (15.23% from 255 or 10.08% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D08326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08326 is #2F7CD9. Grayscale: #8F8F8F. Windows color (decimal): -3112154 or 2524112. OLE color: 2524112.

HSL color Cylindrical-coordinate representation of color #D08326: hue angle of 32.82º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D08326 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 131 38 -
CMYK 0 0.37 0.82 0.18
HSL 32.82º 0.69% 0.48% -
HSV(B) 32.82º 0.82% 0.82% -
XYZ 34.48 29.78 5.77 -
YUV 143.42 68.51 174.06 -
System Red Green Blue C M Y K H S L
Decimal 208 131 38 0 0.37 0.82 0.18 32.82 0.69 0.48
Hex D0 83 26 0 25 52 12 21 45 30
Octal 320 203 46 0 45 122 22 41 105 60
Binary 11010000 10000011 100110 0 100101 1010010 10010 100001 1000101 110000

Color Harmonies of #D08326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08326

Black with #D08326

Text Example


Text Example

White with #D08326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08326; }

 p { color: rgb(208,131,38); }

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

background-color css

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

 a { background-color: rgb(208,131,38); }

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

border-color css

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

 span { border-color: rgb(208,131,38); }

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