Html Css Color HEX #CE8228 Dixie

📋 copy color: '#CE8228'

red 206 ◦ green 130 ◦ blue 40

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

Shades of Dixie #CE8228

Tints of Dixie #CE8228

RGB

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

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

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

R = 54.79%
G = 34.57%
B = 10.64%

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

#CE8228 (or 0xCE8228) is known color: Dixie. HEX triplet: CE, 82 and 28. RGB value is (206,130,40). Sum of RGB (Red+Green+Blue) = 206+130+40=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8228 is #317DD7. Grayscale: #8E8E8E. Windows color (decimal): -3243480 or 2654926. OLE color: 2654926.

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

Color convert

RGB 206 130 40 -
CMYK 0 0.37 0.81 0.19
HSL 32.53º 0.67% 0.48% -
HSV(B) 32.53º 0.81% 0.81% -
XYZ 33.82 29.24 5.87 -
YUV 142.46 70.18 173.32 -
System Red Green Blue C M Y K H S L
Decimal 206 130 40 0 0.37 0.81 0.19 32.53 0.67 0.48
Hex CE 82 28 0 25 51 13 21 43 30
Octal 316 202 50 0 45 121 23 41 103 60
Binary 11001110 10000010 101000 0 100101 1010001 10011 100001 1000011 110000

Color Harmonies of #CE8228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8228

Black with #CE8228

Text Example


Text Example

White with #CE8228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8228; }

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

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

background-color css

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

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

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

border-color css

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

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

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