Html Css Color HEX #CE8128 Dixie

📋 copy color: '#CE8128'

red 206 ◦ green 129 ◦ blue 40

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

Shades of Dixie #CE8128

Tints of Dixie #CE8128

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.4%

 BLUE value IS 40 (16.02% from 255) = 10.67%

R = 54.93%
G = 34.4%
B = 10.67%

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

#CE8128 (or 0xCE8128) is known color: Dixie. HEX triplet: CE, 81 and 28. RGB value is (206,129,40). Sum of RGB (Red+Green+Blue) = 206+129+40=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8128 is #317ED7. Grayscale: #8E8E8E. Windows color (decimal): -3243736 or 2654670. OLE color: 2654670.

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

Color convert

RGB 206 129 40 -
CMYK 0 0.37 0.81 0.19
HSL 32.17º 0.67% 0.48% -
HSV(B) 32.17º 0.81% 0.81% -
XYZ 33.69 28.98 5.82 -
YUV 141.88 70.51 173.74 -
System Red Green Blue C M Y K H S L
Decimal 206 129 40 0 0.37 0.81 0.19 32.17 0.67 0.48
Hex CE 81 28 0 25 51 13 20 43 30
Octal 316 201 50 0 45 121 23 40 103 60
Binary 11001110 10000001 101000 0 100101 1010001 10011 100000 1000011 110000

Color Harmonies of #CE8128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8128

Black with #CE8128

Text Example


Text Example

White with #CE8128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8128; }

 p { color: rgb(206,129,40); }

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

background-color css

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

 a { background-color: rgb(206,129,40); }

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

border-color css

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

 span { border-color: rgb(206,129,40); }

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