Html Css Color HEX #D08523 Dixie

📋 copy color: '#D08523'

red 208 ◦ green 133 ◦ blue 35

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

Shades of Dixie #D08523

Tints of Dixie #D08523

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.37%

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

R = 55.32%
G = 35.37%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D08523 (or 0xD08523) is known color: Dixie. HEX triplet: D0, 85 and 23. RGB value is (208,133,35). Sum of RGB (Red+Green+Blue) = 208+133+35=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 35 (14.06% from 255 or 9.31% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D08523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08523 is #2F7ADC. Grayscale: #909090. Windows color (decimal): -3111645 or 2328016. OLE color: 2328016.

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

Color convert

RGB 208 133 35 -
CMYK 0 0.36 0.83 0.18
HSL 33.99º 0.71% 0.48% -
HSV(B) 33.99º 0.83% 0.82% -
XYZ 34.7 30.31 5.61 -
YUV 144.25 66.35 173.47 -
System Red Green Blue C M Y K H S L
Decimal 208 133 35 0 0.36 0.83 0.18 33.99 0.71 0.48
Hex D0 85 23 0 24 53 12 22 47 30
Octal 320 205 43 0 44 123 22 42 107 60
Binary 11010000 10000101 100011 0 100100 1010011 10010 100010 1000111 110000

Color Harmonies of #D08523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08523

Black with #D08523

Text Example


Text Example

White with #D08523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08523; }

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

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

background-color css

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

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

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

border-color css

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

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

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