Html Css Color HEX #CE8635 Dixie

📋 copy color: '#CE8635'

red 206 ◦ green 134 ◦ blue 53

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

Shades of Dixie #CE8635

Tints of Dixie #CE8635

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.1%

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

R = 52.42%
G = 34.1%
B = 13.49%

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

#CE8635 (or 0xCE8635) is known color: Dixie. HEX triplet: CE, 86 and 35. RGB value is (206,134,53). Sum of RGB (Red+Green+Blue) = 206+134+53=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8635 is #3179CA. Grayscale: #929292. Windows color (decimal): -3242443 or 3507918. OLE color: 3507918.

HSL color Cylindrical-coordinate representation of color #CE8635: hue angle of 31.76º 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 #CE8635 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 134 53 -
CMYK 0 0.35 0.74 0.19
HSL 31.76º 0.61% 0.51% -
HSV(B) 31.76º 0.74% 0.81% -
XYZ 34.62 30.43 7.42 -
YUV 146.29 75.35 170.59 -
System Red Green Blue C M Y K H S L
Decimal 206 134 53 0 0.35 0.74 0.19 31.76 0.61 0.51
Hex CE 86 35 0 23 4A 13 20 3D 33
Octal 316 206 65 0 43 112 23 40 75 63
Binary 11001110 10000110 110101 0 100011 1001010 10011 100000 111101 110011

Color Harmonies of #CE8635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8635

Black with #CE8635

Text Example


Text Example

White with #CE8635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8635; }

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

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

background-color css

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

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

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

border-color css

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

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

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