Html Css Color HEX #CE8535 Dixie

📋 copy color: '#CE8535'

red 206 ◦ green 133 ◦ blue 53

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

Shades of Dixie #CE8535

Tints of Dixie #CE8535

RGB

 RED value IS 206 (80.86% from 255) = 52.55%

 GREEN value IS 133 (52.34% from 255) = 33.93%

 BLUE value IS 53 (21.09% from 255) = 13.52%

R = 52.55%
G = 33.93%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE8535 (or 0xCE8535) is known color: Dixie. HEX triplet: CE, 85 and 35. RGB value is (206,133,53). Sum of RGB (Red+Green+Blue) = 206+133+53=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 53 (21.09% from 255 or 13.52% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8535 is #317ACA. Grayscale: #929292. Windows color (decimal): -3242699 or 3507662. OLE color: 3507662.

HSL color Cylindrical-coordinate representation of color #CE8535: hue angle of 31.37º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE8535 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 133 53 -
CMYK 0 0.35 0.74 0.19
HSL 31.37º 0.61% 0.51% -
HSV(B) 31.37º 0.74% 0.81% -
XYZ 34.48 30.15 7.37 -
YUV 145.71 75.68 171 -
System Red Green Blue C M Y K H S L
Decimal 206 133 53 0 0.35 0.74 0.19 31.37 0.61 0.51
Hex CE 85 35 0 23 4A 13 1F 3D 33
Octal 316 205 65 0 43 112 23 37 75 63
Binary 11001110 10000101 110101 0 100011 1001010 10011 11111 111101 110011

Color Harmonies of #CE8535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8535

Black with #CE8535

Text Example


Text Example

White with #CE8535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8535; }

 p { color: rgb(206,133,53); }

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

background-color css

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

 a { background-color: rgb(206,133,53); }

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

border-color css

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

 span { border-color: rgb(206,133,53); }

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