Html Css Color HEX #CD8329 Dixie

📋 copy color: '#CD8329'

red 205 ◦ green 131 ◦ blue 41

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

Shades of Dixie #CD8329

Tints of Dixie #CD8329

RGB

 RED value IS 205 (80.47% from 255) = 54.38%

 GREEN value IS 131 (51.56% from 255) = 34.75%

 BLUE value IS 41 (16.41% from 255) = 10.88%

R = 54.38%
G = 34.75%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CD8329 (or 0xCD8329) is known color: Dixie. HEX triplet: CD, 83 and 29. RGB value is (205,131,41). Sum of RGB (Red+Green+Blue) = 205+131+41=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 41 (16.41% from 255 or 10.88% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8329 is #327CD6. Grayscale: #8F8F8F. Windows color (decimal): -3308759 or 2720717. OLE color: 2720717.

HSL color Cylindrical-coordinate representation of color #CD8329: hue angle of 32.93º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD8329 is Cyan = 0, Magento = 0.36, Yellow = 0.8 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 131 41 -
CMYK 0 0.36 0.8 0.20
HSL 32.93º 0.67% 0.48% -
HSV(B) 32.93º 0.8% 0.8% -
XYZ 33.69 29.37 5.99 -
YUV 142.87 70.52 172.32 -
System Red Green Blue C M Y K H S L
Decimal 205 131 41 0 0.36 0.8 0.20 32.93 0.67 0.48
Hex CD 83 29 0 24 50 14 21 43 30
Octal 315 203 51 0 44 120 24 41 103 60
Binary 11001101 10000011 101001 0 100100 1010000 10100 100001 1000011 110000

Color Harmonies of #CD8329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8329

Black with #CD8329

Text Example


Text Example

White with #CD8329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8329; }

 p { color: rgb(205,131,41); }

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

background-color css

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

 a { background-color: rgb(205,131,41); }

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

border-color css

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

 span { border-color: rgb(205,131,41); }

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