Html Css Color HEX #D08423 Dixie

📋 copy color: '#D08423'

red 208 ◦ green 132 ◦ blue 35

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

Shades of Dixie #D08423

Tints of Dixie #D08423

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.2%

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

R = 55.47%
G = 35.2%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D08423 (or 0xD08423) is known color: Dixie. HEX triplet: D0, 84 and 23. RGB value is (208,132,35). Sum of RGB (Red+Green+Blue) = 208+132+35=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D08423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08423 is #2F7BDC. Grayscale: #909090. Windows color (decimal): -3111901 or 2327760. OLE color: 2327760.

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

Color convert

RGB 208 132 35 -
CMYK 0 0.37 0.83 0.18
HSL 33.64º 0.71% 0.48% -
HSV(B) 33.64º 0.83% 0.82% -
XYZ 34.57 30.03 5.57 -
YUV 143.67 66.68 173.89 -
System Red Green Blue C M Y K H S L
Decimal 208 132 35 0 0.37 0.83 0.18 33.64 0.71 0.48
Hex D0 84 23 0 25 53 12 22 47 30
Octal 320 204 43 0 45 123 22 42 107 60
Binary 11010000 10000100 100011 0 100101 1010011 10010 100010 1000111 110000

Color Harmonies of #D08423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08423

Black with #D08423

Text Example


Text Example

White with #D08423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08423; }

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

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

background-color css

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

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

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

border-color css

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

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

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