Html Css Color HEX #CE882F Dixie

📋 copy color: '#CE882F'

red 206 ◦ green 136 ◦ blue 47

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

Shades of Dixie #CE882F

Tints of Dixie #CE882F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.08%

R = 52.96%
G = 34.96%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE882F (or 0xCE882F) is known color: Dixie. HEX triplet: CE, 88 and 2F. RGB value is (206,136,47). Sum of RGB (Red+Green+Blue) = 206+136+47=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE882F is #3177D0. Grayscale: #939393. Windows color (decimal): -3241937 or 3115214. OLE color: 3115214.

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

Color convert

RGB 206 136 47 -
CMYK 0 0.34 0.77 0.19
HSL 33.58º 0.63% 0.5% -
HSV(B) 33.58º 0.77% 0.81% -
XYZ 34.77 30.94 6.83 -
YUV 146.78 71.69 170.24 -
System Red Green Blue C M Y K H S L
Decimal 206 136 47 0 0.34 0.77 0.19 33.58 0.63 0.5
Hex CE 88 2F 0 22 4D 13 22 3F 32
Octal 316 210 57 0 42 115 23 42 77 62
Binary 11001110 10001000 101111 0 100010 1001101 10011 100010 111111 110010

Color Harmonies of #CE882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE882F

Black with #CE882F

Text Example


Text Example

White with #CE882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE882F; }

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

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

background-color css

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

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

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

border-color css

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

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

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