Html Css Color HEX #CE8230 Dixie

📋 copy color: '#CE8230'

red 206 ◦ green 130 ◦ blue 48

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

Shades of Dixie #CE8230

Tints of Dixie #CE8230

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.85%

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

R = 53.65%
G = 33.85%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE8230 (or 0xCE8230) is known color: Dixie. HEX triplet: CE, 82 and 30. RGB value is (206,130,48). Sum of RGB (Red+Green+Blue) = 206+130+48=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8230 is #317DCF. Grayscale: #8F8F8F. Windows color (decimal): -3243472 or 3179214. OLE color: 3179214.

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

Color convert

RGB 206 130 48 -
CMYK 0 0.37 0.77 0.19
HSL 31.14º 0.62% 0.5% -
HSV(B) 31.14º 0.77% 0.81% -
XYZ 33.97 29.3 6.66 -
YUV 143.38 74.18 172.67 -
System Red Green Blue C M Y K H S L
Decimal 206 130 48 0 0.37 0.77 0.19 31.14 0.62 0.5
Hex CE 82 30 0 25 4D 13 1F 3E 32
Octal 316 202 60 0 45 115 23 37 76 62
Binary 11001110 10000010 110000 0 100101 1001101 10011 11111 111110 110010

Color Harmonies of #CE8230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8230

Black with #CE8230

Text Example


Text Example

White with #CE8230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8230; }

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

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

background-color css

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

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

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

border-color css

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

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

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