Html Css Color HEX #CD8836 Dixie

📋 copy color: '#CD8836'

red 205 ◦ green 136 ◦ blue 54

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

Shades of Dixie #CD8836

Tints of Dixie #CD8836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.67%

R = 51.9%
G = 34.43%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CD8836 (or 0xCD8836) is known color: Dixie. HEX triplet: CD, 88 and 36. RGB value is (205,136,54). Sum of RGB (Red+Green+Blue) = 205+136+54=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 54 (21.48% from 255 or 13.67% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8836 is #3277C9. Grayscale: #939393. Windows color (decimal): -3307466 or 3573965. OLE color: 3573965.

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

Color convert

RGB 205 136 54 -
CMYK 0 0.34 0.74 0.20
HSL 32.58º 0.6% 0.51% -
HSV(B) 32.58º 0.74% 0.8% -
XYZ 34.65 30.85 7.62 -
YUV 147.28 75.36 169.17 -
System Red Green Blue C M Y K H S L
Decimal 205 136 54 0 0.34 0.74 0.20 32.58 0.6 0.51
Hex CD 88 36 0 22 4A 14 21 3C 33
Octal 315 210 66 0 42 112 24 41 74 63
Binary 11001101 10001000 110110 0 100010 1001010 10100 100001 111100 110011

Color Harmonies of #CD8836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8836

Black with #CD8836

Text Example


Text Example

White with #CD8836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8836; }

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

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

background-color css

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

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

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

border-color css

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

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

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