Html Css Color HEX #CE8930 Dixie

📋 copy color: '#CE8930'

red 206 ◦ green 137 ◦ blue 48

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

Shades of Dixie #CE8930

Tints of Dixie #CE8930

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.04%

 BLUE value IS 48 (19.14% from 255) = 12.28%

R = 52.69%
G = 35.04%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE8930 (or 0xCE8930) is known color: Dixie. HEX triplet: CE, 89 and 30. RGB value is (206,137,48). Sum of RGB (Red+Green+Blue) = 206+137+48=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8930 is #3176CF. Grayscale: #939393. Windows color (decimal): -3241680 or 3181006. OLE color: 3181006.

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

Color convert

RGB 206 137 48 -
CMYK 0 0.33 0.77 0.19
HSL 33.8º 0.62% 0.5% -
HSV(B) 33.8º 0.77% 0.81% -
XYZ 34.93 31.23 6.98 -
YUV 147.49 71.86 169.74 -
System Red Green Blue C M Y K H S L
Decimal 206 137 48 0 0.33 0.77 0.19 33.8 0.62 0.5
Hex CE 89 30 0 21 4D 13 22 3E 32
Octal 316 211 60 0 41 115 23 42 76 62
Binary 11001110 10001001 110000 0 100001 1001101 10011 100010 111110 110010

Color Harmonies of #CE8930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8930

Black with #CE8930

Text Example


Text Example

White with #CE8930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8930; }

 p { color: rgb(206,137,48); }

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

background-color css

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

 a { background-color: rgb(206,137,48); }

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

border-color css

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

 span { border-color: rgb(206,137,48); }

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