Html Css Color HEX #CE8636 Dixie

📋 copy color: '#CE8636'

red 206 ◦ green 134 ◦ blue 54

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

Shades of Dixie #CE8636

Tints of Dixie #CE8636

RGB

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

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

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

R = 52.28%
G = 34.01%
B = 13.71%

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

#CE8636 (or 0xCE8636) is known color: Dixie. HEX triplet: CE, 86 and 36. RGB value is (206,134,54). Sum of RGB (Red+Green+Blue) = 206+134+54=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 54 (21.48% from 255 or 13.71% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8636 is #3179C9. Grayscale: #929292. Windows color (decimal): -3242442 or 3573454. OLE color: 3573454.

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

Color convert

RGB 206 134 54 -
CMYK 0 0.35 0.74 0.19
HSL 31.58º 0.61% 0.51% -
HSV(B) 31.58º 0.74% 0.81% -
XYZ 34.64 30.44 7.54 -
YUV 146.41 75.85 170.5 -
System Red Green Blue C M Y K H S L
Decimal 206 134 54 0 0.35 0.74 0.19 31.58 0.61 0.51
Hex CE 86 36 0 23 4A 13 20 3D 33
Octal 316 206 66 0 43 112 23 40 75 63
Binary 11001110 10000110 110110 0 100011 1001010 10011 100000 111101 110011

Color Harmonies of #CE8636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8636

Black with #CE8636

Text Example


Text Example

White with #CE8636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8636; }

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

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

background-color css

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

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

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

border-color css

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

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

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