Html Css Color HEX #CE8327 Dixie

📋 copy color: '#CE8327'

red 206 ◦ green 131 ◦ blue 39

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

Shades of Dixie #CE8327

Tints of Dixie #CE8327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.37%

R = 54.79%
G = 34.84%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE8327 (or 0xCE8327) is known color: Dixie. HEX triplet: CE, 83 and 27. RGB value is (206,131,39). Sum of RGB (Red+Green+Blue) = 206+131+39=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 39 (15.62% from 255 or 10.37% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8327 is #317CD8. Grayscale: #8F8F8F. Windows color (decimal): -3243225 or 2589646. OLE color: 2589646.

HSL color Cylindrical-coordinate representation of color #CE8327: hue angle of 33.05º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE8327 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 131 39 -
CMYK 0 0.36 0.81 0.19
HSL 33.05º 0.68% 0.48% -
HSV(B) 33.05º 0.81% 0.81% -
XYZ 33.94 29.5 5.83 -
YUV 142.94 69.35 172.98 -
System Red Green Blue C M Y K H S L
Decimal 206 131 39 0 0.36 0.81 0.19 33.05 0.68 0.48
Hex CE 83 27 0 24 51 13 21 44 30
Octal 316 203 47 0 44 121 23 41 104 60
Binary 11001110 10000011 100111 0 100100 1010001 10011 100001 1000100 110000

Color Harmonies of #CE8327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8327

Black with #CE8327

Text Example


Text Example

White with #CE8327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8327; }

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

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

background-color css

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

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

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

border-color css

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

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

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