Html Css Color HEX #D18622 Dixie

📋 copy color: '#D18622'

red 209 ◦ green 134 ◦ blue 34

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

Shades of Dixie #D18622

Tints of Dixie #D18622

RGB

 RED value IS 209 (82.03% from 255) = 55.44%

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

 BLUE value IS 34 (13.67% from 255) = 9.02%

R = 55.44%
G = 35.54%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D18622 (or 0xD18622) is known color: Dixie. HEX triplet: D1, 86 and 22. RGB value is (209,134,34). Sum of RGB (Red+Green+Blue) = 209+134+34=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D18622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18622 is #2E79DD. Grayscale: #919191. Windows color (decimal): -3045854 or 2262737. OLE color: 2262737.

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

Color convert

RGB 209 134 34 -
CMYK 0 0.36 0.84 0.18
HSL 34.29º 0.72% 0.48% -
HSV(B) 34.29º 0.84% 0.82% -
XYZ 35.11 30.72 5.59 -
YUV 145.03 65.35 173.63 -
System Red Green Blue C M Y K H S L
Decimal 209 134 34 0 0.36 0.84 0.18 34.29 0.72 0.48
Hex D1 86 22 0 24 54 12 22 48 30
Octal 321 206 42 0 44 124 22 42 110 60
Binary 11010001 10000110 100010 0 100100 1010100 10010 100010 1001000 110000

Color Harmonies of #D18622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18622

Black with #D18622

Text Example


Text Example

White with #D18622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18622; }

 p { color: rgb(209,134,34); }

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

background-color css

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

 a { background-color: rgb(209,134,34); }

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

border-color css

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

 span { border-color: rgb(209,134,34); }

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