Html Css Color HEX #CE8330 Dixie

📋 copy color: '#CE8330'

red 206 ◦ green 131 ◦ blue 48

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

Shades of Dixie #CE8330

Tints of Dixie #CE8330

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.03%

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

R = 53.51%
G = 34.03%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE8330 (or 0xCE8330) is known color: Dixie. HEX triplet: CE, 83 and 30. RGB value is (206,131,48). Sum of RGB (Red+Green+Blue) = 206+131+48=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8330 is #317CCF. Grayscale: #909090. Windows color (decimal): -3243216 or 3179470. OLE color: 3179470.

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

Color convert

RGB 206 131 48 -
CMYK 0 0.36 0.77 0.19
HSL 31.52º 0.62% 0.5% -
HSV(B) 31.52º 0.77% 0.81% -
XYZ 34.1 29.57 6.71 -
YUV 143.96 73.85 172.25 -
System Red Green Blue C M Y K H S L
Decimal 206 131 48 0 0.36 0.77 0.19 31.52 0.62 0.5
Hex CE 83 30 0 24 4D 13 20 3E 32
Octal 316 203 60 0 44 115 23 40 76 62
Binary 11001110 10000011 110000 0 100100 1001101 10011 100000 111110 110010

Color Harmonies of #CE8330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8330

Black with #CE8330

Text Example


Text Example

White with #CE8330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8330; }

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

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

background-color css

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

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

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

border-color css

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

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

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