Html Css Color HEX #CE8027 Dixie

📋 copy color: '#CE8027'

red 206 ◦ green 128 ◦ blue 39

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

Shades of Dixie #CE8027

Tints of Dixie #CE8027

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.32%

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

R = 55.23%
G = 34.32%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE8027 (or 0xCE8027) is known color: Dixie. HEX triplet: CE, 80 and 27. RGB value is (206,128,39). Sum of RGB (Red+Green+Blue) = 206+128+39=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 39 (15.62% from 255 or 10.46% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8027 is #317FD8. Grayscale: #8D8D8D. Windows color (decimal): -3243993 or 2588878. OLE color: 2588878.

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

Color convert

RGB 206 128 39 -
CMYK 0 0.38 0.81 0.19
HSL 31.98º 0.68% 0.48% -
HSV(B) 31.98º 0.81% 0.81% -
XYZ 33.54 28.71 5.69 -
YUV 141.18 70.34 174.24 -
System Red Green Blue C M Y K H S L
Decimal 206 128 39 0 0.38 0.81 0.19 31.98 0.68 0.48
Hex CE 80 27 0 26 51 13 20 44 30
Octal 316 200 47 0 46 121 23 40 104 60
Binary 11001110 10000000 100111 0 100110 1010001 10011 100000 1000100 110000

Color Harmonies of #CE8027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8027

Black with #CE8027

Text Example


Text Example

White with #CE8027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8027; }

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

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

background-color css

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

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

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

border-color css

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

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

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