Html Css Color HEX #CE8532 Dixie

📋 copy color: '#CE8532'

red 206 ◦ green 133 ◦ blue 50

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

Shades of Dixie #CE8532

Tints of Dixie #CE8532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.85%

R = 52.96%
G = 34.19%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE8532 (or 0xCE8532) is known color: Dixie. HEX triplet: CE, 85 and 32. RGB value is (206,133,50). Sum of RGB (Red+Green+Blue) = 206+133+50=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8532 is #317ACD. Grayscale: #919191. Windows color (decimal): -3242702 or 3311054. OLE color: 3311054.

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

Color convert

RGB 206 133 50 -
CMYK 0 0.35 0.76 0.19
HSL 31.92º 0.61% 0.5% -
HSV(B) 31.92º 0.76% 0.81% -
XYZ 34.42 30.13 7.02 -
YUV 145.37 74.18 171.25 -
System Red Green Blue C M Y K H S L
Decimal 206 133 50 0 0.35 0.76 0.19 31.92 0.61 0.5
Hex CE 85 32 0 23 4C 13 20 3D 32
Octal 316 205 62 0 43 114 23 40 75 62
Binary 11001110 10000101 110010 0 100011 1001100 10011 100000 111101 110010

Color Harmonies of #CE8532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8532

Black with #CE8532

Text Example


Text Example

White with #CE8532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8532; }

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

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

background-color css

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

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

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

border-color css

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

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

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