Html Css Color HEX #CE842D Dixie

📋 copy color: '#CE842D'

red 206 ◦ green 132 ◦ blue 45

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

Shades of Dixie #CE842D

Tints of Dixie #CE842D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.75%

R = 53.79%
G = 34.46%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE842D (or 0xCE842D) is known color: Dixie. HEX triplet: CE, 84 and 2D. RGB value is (206,132,45). Sum of RGB (Red+Green+Blue) = 206+132+45=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE842D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE842D is #317BD2. Grayscale: #909090. Windows color (decimal): -3242963 or 2983118. OLE color: 2983118.

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

Color convert

RGB 206 132 45 -
CMYK 0 0.36 0.78 0.19
HSL 32.42º 0.64% 0.49% -
HSV(B) 32.42º 0.78% 0.81% -
XYZ 34.18 29.81 6.44 -
YUV 144.21 72.02 172.07 -
System Red Green Blue C M Y K H S L
Decimal 206 132 45 0 0.36 0.78 0.19 32.42 0.64 0.49
Hex CE 84 2D 0 24 4E 13 20 40 31
Octal 316 204 55 0 44 116 23 40 100 61
Binary 11001110 10000100 101101 0 100100 1001110 10011 100000 1000000 110001

Color Harmonies of #CE842D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE842D

Black with #CE842D

Text Example


Text Example

White with #CE842D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE842D; }

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

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

background-color css

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

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

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

border-color css

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

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

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