Html Css Color HEX #CE8227 Dixie

📋 copy color: '#CE8227'

red 206 ◦ green 130 ◦ blue 39

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

Shades of Dixie #CE8227

Tints of Dixie #CE8227

RGB

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

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

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

R = 54.93%
G = 34.67%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE8227 (or 0xCE8227) is known color: Dixie. HEX triplet: CE, 82 and 27. RGB value is (206,130,39). Sum of RGB (Red+Green+Blue) = 206+130+39=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8227 is #317DD8. Grayscale: #8E8E8E. Windows color (decimal): -3243481 or 2589390. OLE color: 2589390.

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

Color convert

RGB 206 130 39 -
CMYK 0 0.37 0.81 0.19
HSL 32.69º 0.68% 0.48% -
HSV(B) 32.69º 0.81% 0.81% -
XYZ 33.8 29.23 5.78 -
YUV 142.35 69.68 173.4 -
System Red Green Blue C M Y K H S L
Decimal 206 130 39 0 0.37 0.81 0.19 32.69 0.68 0.48
Hex CE 82 27 0 25 51 13 21 44 30
Octal 316 202 47 0 45 121 23 41 104 60
Binary 11001110 10000010 100111 0 100101 1010001 10011 100001 1000100 110000

Color Harmonies of #CE8227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8227

Black with #CE8227

Text Example


Text Example

White with #CE8227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8227; }

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

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

background-color css

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

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

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

border-color css

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

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

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