Html Css Color HEX #CE8231 Dixie

📋 copy color: '#CE8231'

red 206 ◦ green 130 ◦ blue 49

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

Shades of Dixie #CE8231

Tints of Dixie #CE8231

RGB

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

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

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

R = 53.51%
G = 33.77%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE8231 (or 0xCE8231) is known color: Dixie. HEX triplet: CE, 82 and 31. RGB value is (206,130,49). Sum of RGB (Red+Green+Blue) = 206+130+49=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 49 (19.53% from 255 or 12.73% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8231 is #317DCE. Grayscale: #8F8F8F. Windows color (decimal): -3243471 or 3244750. OLE color: 3244750.

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

Color convert

RGB 206 130 49 -
CMYK 0 0.37 0.76 0.19
HSL 30.96º 0.62% 0.5% -
HSV(B) 30.96º 0.76% 0.81% -
XYZ 33.99 29.31 6.77 -
YUV 143.49 74.68 172.59 -
System Red Green Blue C M Y K H S L
Decimal 206 130 49 0 0.37 0.76 0.19 30.96 0.62 0.5
Hex CE 82 31 0 25 4C 13 1F 3E 32
Octal 316 202 61 0 45 114 23 37 76 62
Binary 11001110 10000010 110001 0 100101 1001100 10011 11111 111110 110010

Color Harmonies of #CE8231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8231

Black with #CE8231

Text Example


Text Example

White with #CE8231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8231; }

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

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

background-color css

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

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

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

border-color css

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

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

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