Html Css Color HEX #CE882E Dixie

📋 copy color: '#CE882E'

red 206 ◦ green 136 ◦ blue 46

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

Shades of Dixie #CE882E

Tints of Dixie #CE882E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.86%

R = 53.09%
G = 35.05%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE882E (or 0xCE882E) is known color: Dixie. HEX triplet: CE, 88 and 2E. RGB value is (206,136,46). Sum of RGB (Red+Green+Blue) = 206+136+46=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 46 (18.36% from 255 or 11.86% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE882E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE882E is #3177D1. Grayscale: #939393. Windows color (decimal): -3241938 or 3049678. OLE color: 3049678.

HSL color Cylindrical-coordinate representation of color #CE882E: hue angle of 33.75º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE882E is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 136 46 -
CMYK 0 0.34 0.78 0.19
HSL 33.75º 0.63% 0.49% -
HSV(B) 33.75º 0.78% 0.81% -
XYZ 34.75 30.93 6.72 -
YUV 146.67 71.19 170.32 -
System Red Green Blue C M Y K H S L
Decimal 206 136 46 0 0.34 0.78 0.19 33.75 0.63 0.49
Hex CE 88 2E 0 22 4E 13 22 3F 31
Octal 316 210 56 0 42 116 23 42 77 61
Binary 11001110 10001000 101110 0 100010 1001110 10011 100010 111111 110001

Color Harmonies of #CE882E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE882E

Black with #CE882E

Text Example


Text Example

White with #CE882E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE882E; }

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

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

background-color css

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

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

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

border-color css

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

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

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