Html Css Color HEX #CE8831 Dixie

📋 copy color: '#CE8831'

red 206 ◦ green 136 ◦ blue 49

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

Shades of Dixie #CE8831

Tints of Dixie #CE8831

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.78%

 BLUE value IS 49 (19.53% from 255) = 12.53%

R = 52.69%
G = 34.78%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE8831 (or 0xCE8831) is known color: Dixie. HEX triplet: CE, 88 and 31. RGB value is (206,136,49). Sum of RGB (Red+Green+Blue) = 206+136+49=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 49 (19.53% from 255 or 12.53% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8831 is #3177CE. Grayscale: #939393. Windows color (decimal): -3241935 or 3246286. OLE color: 3246286.

HSL color Cylindrical-coordinate representation of color #CE8831: hue angle of 33.25º degrees, saturation: 0.62, 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 #CE8831 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 136 49 -
CMYK 0 0.34 0.76 0.19
HSL 33.25º 0.62% 0.5% -
HSV(B) 33.25º 0.76% 0.81% -
XYZ 34.81 30.95 7.05 -
YUV 147.01 72.69 170.07 -
System Red Green Blue C M Y K H S L
Decimal 206 136 49 0 0.34 0.76 0.19 33.25 0.62 0.5
Hex CE 88 31 0 22 4C 13 21 3E 32
Octal 316 210 61 0 42 114 23 41 76 62
Binary 11001110 10001000 110001 0 100010 1001100 10011 100001 111110 110010

Color Harmonies of #CE8831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8831

Black with #CE8831

Text Example


Text Example

White with #CE8831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8831; }

 p { color: rgb(206,136,49); }

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

background-color css

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

 a { background-color: rgb(206,136,49); }

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

border-color css

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

 span { border-color: rgb(206,136,49); }

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