Html Css Color HEX #CE8528 Dixie

📋 copy color: '#CE8528'

red 206 ◦ green 133 ◦ blue 40

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

Shades of Dixie #CE8528

Tints of Dixie #CE8528

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.09%

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

R = 54.35%
G = 35.09%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE8528 (or 0xCE8528) is known color: Dixie. HEX triplet: CE, 85 and 28. RGB value is (206,133,40). Sum of RGB (Red+Green+Blue) = 206+133+40=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8528 is #317AD7. Grayscale: #909090. Windows color (decimal): -3242712 or 2655694. OLE color: 2655694.

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

Color convert

RGB 206 133 40 -
CMYK 0 0.35 0.81 0.19
HSL 33.61º 0.67% 0.48% -
HSV(B) 33.61º 0.81% 0.81% -
XYZ 34.22 30.05 6 -
YUV 144.23 69.18 172.06 -
System Red Green Blue C M Y K H S L
Decimal 206 133 40 0 0.35 0.81 0.19 33.61 0.67 0.48
Hex CE 85 28 0 23 51 13 22 43 30
Octal 316 205 50 0 43 121 23 42 103 60
Binary 11001110 10000101 101000 0 100011 1010001 10011 100010 1000011 110000

Color Harmonies of #CE8528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8528

Black with #CE8528

Text Example


Text Example

White with #CE8528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8528; }

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

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

background-color css

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

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

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

border-color css

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

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

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