Html Css Color HEX #CE8828 Dixie

📋 copy color: '#CE8828'

red 206 ◦ green 136 ◦ blue 40

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

Shades of Dixie #CE8828

Tints of Dixie #CE8828

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.6%

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

R = 53.93%
G = 35.6%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE8828 (or 0xCE8828) is known color: Dixie. HEX triplet: CE, 88 and 28. RGB value is (206,136,40). Sum of RGB (Red+Green+Blue) = 206+136+40=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 40 (16.02% from 255 or 10.47% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8828 is #3177D7. Grayscale: #929292. Windows color (decimal): -3241944 or 2656462. OLE color: 2656462.

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

Color convert

RGB 206 136 40 -
CMYK 0 0.34 0.81 0.19
HSL 34.7º 0.67% 0.48% -
HSV(B) 34.7º 0.81% 0.81% -
XYZ 34.64 30.88 6.14 -
YUV 145.99 68.19 170.81 -
System Red Green Blue C M Y K H S L
Decimal 206 136 40 0 0.34 0.81 0.19 34.7 0.67 0.48
Hex CE 88 28 0 22 51 13 23 43 30
Octal 316 210 50 0 42 121 23 43 103 60
Binary 11001110 10001000 101000 0 100010 1010001 10011 100011 1000011 110000

Color Harmonies of #CE8828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8828

Black with #CE8828

Text Example


Text Example

White with #CE8828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8828; }

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

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

background-color css

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

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

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

border-color css

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

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

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