Html Css Color HEX #CD8829 Dixie

📋 copy color: '#CD8829'

red 205 ◦ green 136 ◦ blue 41

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

Shades of Dixie #CD8829

Tints of Dixie #CD8829

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.6%

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

R = 53.66%
G = 35.6%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CD8829 (or 0xCD8829) is known color: Dixie. HEX triplet: CD, 88 and 29. RGB value is (205,136,41). Sum of RGB (Red+Green+Blue) = 205+136+41=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 41 (16.41% from 255 or 10.73% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8829 is #3277D6. Grayscale: #929292. Windows color (decimal): -3307479 or 2721997. OLE color: 2721997.

HSL color Cylindrical-coordinate representation of color #CD8829: hue angle of 34.76º 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 #CD8829 is Cyan = 0, Magento = 0.34, Yellow = 0.8 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 136 41 -
CMYK 0 0.34 0.8 0.20
HSL 34.76º 0.67% 0.48% -
HSV(B) 34.76º 0.8% 0.8% -
XYZ 34.38 30.75 6.22 -
YUV 145.8 68.86 170.22 -
System Red Green Blue C M Y K H S L
Decimal 205 136 41 0 0.34 0.8 0.20 34.76 0.67 0.48
Hex CD 88 29 0 22 50 14 23 43 30
Octal 315 210 51 0 42 120 24 43 103 60
Binary 11001101 10001000 101001 0 100010 1010000 10100 100011 1000011 110000

Color Harmonies of #CD8829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8829

Black with #CD8829

Text Example


Text Example

White with #CD8829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8829; }

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

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

background-color css

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

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

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

border-color css

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

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

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