Html Css Color HEX #CE842F Dixie

📋 copy color: '#CE842F'

red 206 ◦ green 132 ◦ blue 47

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

Shades of Dixie #CE842F

Tints of Dixie #CE842F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.29%

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

R = 53.51%
G = 34.29%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE842F (or 0xCE842F) is known color: Dixie. HEX triplet: CE, 84 and 2F. RGB value is (206,132,47). Sum of RGB (Red+Green+Blue) = 206+132+47=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE842F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE842F is #317BD0. Grayscale: #909090. Windows color (decimal): -3242961 or 3114190. OLE color: 3114190.

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

Color convert

RGB 206 132 47 -
CMYK 0 0.36 0.77 0.19
HSL 32.08º 0.63% 0.5% -
HSV(B) 32.08º 0.77% 0.81% -
XYZ 34.22 29.83 6.64 -
YUV 144.44 73.02 171.91 -
System Red Green Blue C M Y K H S L
Decimal 206 132 47 0 0.36 0.77 0.19 32.08 0.63 0.5
Hex CE 84 2F 0 24 4D 13 20 3F 32
Octal 316 204 57 0 44 115 23 40 77 62
Binary 11001110 10000100 101111 0 100100 1001101 10011 100000 111111 110010

Color Harmonies of #CE842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE842F

Black with #CE842F

Text Example


Text Example

White with #CE842F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE842F; }

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

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

background-color css

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

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

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

border-color css

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

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

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