Html Css Color HEX #CD8833 Dixie

📋 copy color: '#CD8833'

red 205 ◦ green 136 ◦ blue 51

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

Shades of Dixie #CD8833

Tints of Dixie #CD8833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.01%

R = 52.3%
G = 34.69%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CD8833 (or 0xCD8833) is known color: Dixie. HEX triplet: CD, 88 and 33. RGB value is (205,136,51). Sum of RGB (Red+Green+Blue) = 205+136+51=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 51 (20.31% from 255 or 13.01% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8833 is #3277CC. Grayscale: #939393. Windows color (decimal): -3307469 or 3377357. OLE color: 3377357.

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

Color convert

RGB 205 136 51 -
CMYK 0 0.34 0.75 0.20
HSL 33.12º 0.61% 0.5% -
HSV(B) 33.12º 0.75% 0.8% -
XYZ 34.58 30.83 7.26 -
YUV 146.94 73.86 169.41 -
System Red Green Blue C M Y K H S L
Decimal 205 136 51 0 0.34 0.75 0.20 33.12 0.61 0.5
Hex CD 88 33 0 22 4B 14 21 3D 32
Octal 315 210 63 0 42 113 24 41 75 62
Binary 11001101 10001000 110011 0 100010 1001011 10100 100001 111101 110010

Color Harmonies of #CD8833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8833

Black with #CD8833

Text Example


Text Example

White with #CD8833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8833; }

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

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

background-color css

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

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

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

border-color css

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

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

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