Html Css Color HEX #CD8838 Dixie

📋 copy color: '#CD8838'

red 205 ◦ green 136 ◦ blue 56

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

Shades of Dixie #CD8838

Tints of Dixie #CD8838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.11%

R = 51.64%
G = 34.26%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CD8838 (or 0xCD8838) is known color: Dixie. HEX triplet: CD, 88 and 38. RGB value is (205,136,56). Sum of RGB (Red+Green+Blue) = 205+136+56=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 56 (22.27% from 255 or 14.11% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8838 is #3277C7. Grayscale: #939393. Windows color (decimal): -3307464 or 3705037. OLE color: 3705037.

HSL color Cylindrical-coordinate representation of color #CD8838: hue angle of 32.21º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD8838 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 136 56 -
CMYK 0 0.34 0.73 0.20
HSL 32.21º 0.6% 0.51% -
HSV(B) 32.21º 0.73% 0.8% -
XYZ 34.69 30.87 7.87 -
YUV 147.51 76.36 169 -
System Red Green Blue C M Y K H S L
Decimal 205 136 56 0 0.34 0.73 0.20 32.21 0.6 0.51
Hex CD 88 38 0 22 49 14 20 3C 33
Octal 315 210 70 0 42 111 24 40 74 63
Binary 11001101 10001000 111000 0 100010 1001001 10100 100000 111100 110011

Color Harmonies of #CD8838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8838

Black with #CD8838

Text Example


Text Example

White with #CD8838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8838; }

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

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

background-color css

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

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

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

border-color css

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

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

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