Html Css Color HEX #CE8A27 Dixie

📋 copy color: '#CE8A27'

red 206 ◦ green 138 ◦ blue 39

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

Shades of Dixie #CE8A27

Tints of Dixie #CE8A27

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.03%

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

R = 53.79%
G = 36.03%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE8A27 (or 0xCE8A27) is known color: Dixie. HEX triplet: CE, 8A and 27. RGB value is (206,138,39). Sum of RGB (Red+Green+Blue) = 206+138+39=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 39 (15.62% from 255 or 10.18% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8A27 is #3175D8. Grayscale: #939393. Windows color (decimal): -3241433 or 2591438. OLE color: 2591438.

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

Color convert

RGB 206 138 39 -
CMYK 0 0.33 0.81 0.19
HSL 35.57º 0.68% 0.48% -
HSV(B) 35.57º 0.81% 0.81% -
XYZ 34.91 31.45 6.15 -
YUV 147.05 67.03 170.05 -
System Red Green Blue C M Y K H S L
Decimal 206 138 39 0 0.33 0.81 0.19 35.57 0.68 0.48
Hex CE 8A 27 0 21 51 13 24 44 30
Octal 316 212 47 0 41 121 23 44 104 60
Binary 11001110 10001010 100111 0 100001 1010001 10011 100100 1000100 110000

Color Harmonies of #CE8A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8A27

Black with #CE8A27

Text Example


Text Example

White with #CE8A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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