Html Css Color HEX #CE8232 Dixie

📋 copy color: '#CE8232'

red 206 ◦ green 130 ◦ blue 50

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

Shades of Dixie #CE8232

Tints of Dixie #CE8232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.95%

R = 53.37%
G = 33.68%
B = 12.95%

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

#CE8232 (or 0xCE8232) is known color: Dixie. HEX triplet: CE, 82 and 32. RGB value is (206,130,50). Sum of RGB (Red+Green+Blue) = 206+130+50=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8232 is #317DCD. Grayscale: #909090. Windows color (decimal): -3243470 or 3310286. OLE color: 3310286.

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

Color convert

RGB 206 130 50 -
CMYK 0 0.37 0.76 0.19
HSL 30.77º 0.61% 0.5% -
HSV(B) 30.77º 0.76% 0.81% -
XYZ 34.01 29.32 6.88 -
YUV 143.6 75.18 172.5 -
System Red Green Blue C M Y K H S L
Decimal 206 130 50 0 0.37 0.76 0.19 30.77 0.61 0.5
Hex CE 82 32 0 25 4C 13 1F 3D 32
Octal 316 202 62 0 45 114 23 37 75 62
Binary 11001110 10000010 110010 0 100101 1001100 10011 11111 111101 110010

Color Harmonies of #CE8232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8232

Black with #CE8232

Text Example


Text Example

White with #CE8232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8232; }

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

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

background-color css

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

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

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

border-color css

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

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

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