Html Css Color HEX #D08623 Dixie

📋 copy color: '#D08623'

red 208 ◦ green 134 ◦ blue 35

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

Shades of Dixie #D08623

Tints of Dixie #D08623

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.54%

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

R = 55.17%
G = 35.54%
B = 9.28%

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

#D08623 (or 0xD08623) is known color: Dixie. HEX triplet: D0, 86 and 23. RGB value is (208,134,35). Sum of RGB (Red+Green+Blue) = 208+134+35=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 35 (14.06% from 255 or 9.28% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D08623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08623 is #2F79DC. Grayscale: #919191. Windows color (decimal): -3111389 or 2328272. OLE color: 2328272.

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

Color convert

RGB 208 134 35 -
CMYK 0 0.36 0.83 0.18
HSL 34.34º 0.71% 0.48% -
HSV(B) 34.34º 0.83% 0.82% -
XYZ 34.84 30.58 5.66 -
YUV 144.84 66.02 173.05 -
System Red Green Blue C M Y K H S L
Decimal 208 134 35 0 0.36 0.83 0.18 34.34 0.71 0.48
Hex D0 86 23 0 24 53 12 22 47 30
Octal 320 206 43 0 44 123 22 42 107 60
Binary 11010000 10000110 100011 0 100100 1010011 10010 100010 1000111 110000

Color Harmonies of #D08623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08623

Black with #D08623

Text Example


Text Example

White with #D08623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08623; }

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

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

background-color css

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

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

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

border-color css

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

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

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