Html Css Color HEX #CE8830 Dixie

📋 copy color: '#CE8830'

red 206 ◦ green 136 ◦ blue 48

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

Shades of Dixie #CE8830

Tints of Dixie #CE8830

RGB

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

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

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

R = 52.82%
G = 34.87%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE8830 (or 0xCE8830) is known color: Dixie. HEX triplet: CE, 88 and 30. RGB value is (206,136,48). Sum of RGB (Red+Green+Blue) = 206+136+48=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8830 is #3177CF. Grayscale: #939393. Windows color (decimal): -3241936 or 3180750. OLE color: 3180750.

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

Color convert

RGB 206 136 48 -
CMYK 0 0.34 0.77 0.19
HSL 33.42º 0.62% 0.5% -
HSV(B) 33.42º 0.77% 0.81% -
XYZ 34.79 30.94 6.94 -
YUV 146.9 72.19 170.16 -
System Red Green Blue C M Y K H S L
Decimal 206 136 48 0 0.34 0.77 0.19 33.42 0.62 0.5
Hex CE 88 30 0 22 4D 13 21 3E 32
Octal 316 210 60 0 42 115 23 41 76 62
Binary 11001110 10001000 110000 0 100010 1001101 10011 100001 111110 110010

Color Harmonies of #CE8830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8830

Black with #CE8830

Text Example


Text Example

White with #CE8830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8830; }

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

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

background-color css

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

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

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

border-color css

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

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

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