Html Css Color HEX #CE8533 Dixie

📋 copy color: '#CE8533'

red 206 ◦ green 133 ◦ blue 51

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

Shades of Dixie #CE8533

Tints of Dixie #CE8533

RGB

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

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

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

R = 52.82%
G = 34.1%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE8533 (or 0xCE8533) is known color: Dixie. HEX triplet: CE, 85 and 33. RGB value is (206,133,51). Sum of RGB (Red+Green+Blue) = 206+133+51=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8533 is #317ACC. Grayscale: #919191. Windows color (decimal): -3242701 or 3376590. OLE color: 3376590.

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

Color convert

RGB 206 133 51 -
CMYK 0 0.35 0.75 0.19
HSL 31.74º 0.61% 0.5% -
HSV(B) 31.74º 0.75% 0.81% -
XYZ 34.44 30.14 7.13 -
YUV 145.48 74.68 171.17 -
System Red Green Blue C M Y K H S L
Decimal 206 133 51 0 0.35 0.75 0.19 31.74 0.61 0.5
Hex CE 85 33 0 23 4B 13 20 3D 32
Octal 316 205 63 0 43 113 23 40 75 62
Binary 11001110 10000101 110011 0 100011 1001011 10011 100000 111101 110010

Color Harmonies of #CE8533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8533

Black with #CE8533

Text Example


Text Example

White with #CE8533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8533; }

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

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

background-color css

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

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

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

border-color css

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

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

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