Html Css Color HEX #D08823 Dixie

📋 copy color: '#D08823'

red 208 ◦ green 136 ◦ blue 35

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

Shades of Dixie #D08823

Tints of Dixie #D08823

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.88%

 BLUE value IS 35 (14.06% from 255) = 9.23%

R = 54.88%
G = 35.88%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D08823 (or 0xD08823) is known color: Dixie. HEX triplet: D0, 88 and 23. RGB value is (208,136,35). Sum of RGB (Red+Green+Blue) = 208+136+35=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 35 (14.06% from 255 or 9.23% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D08823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08823 is #2F77DC. Grayscale: #929292. Windows color (decimal): -3110877 or 2328784. OLE color: 2328784.

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

Color convert

RGB 208 136 35 -
CMYK 0 0.35 0.83 0.18
HSL 35.03º 0.71% 0.48% -
HSV(B) 35.03º 0.83% 0.82% -
XYZ 35.12 31.14 5.75 -
YUV 146.01 65.35 172.21 -
System Red Green Blue C M Y K H S L
Decimal 208 136 35 0 0.35 0.83 0.18 35.03 0.71 0.48
Hex D0 88 23 0 23 53 12 23 47 30
Octal 320 210 43 0 43 123 22 43 107 60
Binary 11010000 10001000 100011 0 100011 1010011 10010 100011 1000111 110000

Color Harmonies of #D08823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08823

Black with #D08823

Text Example


Text Example

White with #D08823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08823; }

 p { color: rgb(208,136,35); }

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

background-color css

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

 a { background-color: rgb(208,136,35); }

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

border-color css

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

 span { border-color: rgb(208,136,35); }

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