Html Css Color HEX #CE862D Dixie

📋 copy color: '#CE862D'

red 206 ◦ green 134 ◦ blue 45

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

Shades of Dixie #CE862D

Tints of Dixie #CE862D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.81%

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

R = 53.51%
G = 34.81%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE862D (or 0xCE862D) is known color: Dixie. HEX triplet: CE, 86 and 2D. RGB value is (206,134,45). Sum of RGB (Red+Green+Blue) = 206+134+45=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE862D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE862D is #3179D2. Grayscale: #919191. Windows color (decimal): -3242451 or 2983630. OLE color: 2983630.

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

Color convert

RGB 206 134 45 -
CMYK 0 0.35 0.78 0.19
HSL 33.17º 0.64% 0.49% -
HSV(B) 33.17º 0.78% 0.81% -
XYZ 34.45 30.36 6.53 -
YUV 145.38 71.35 171.24 -
System Red Green Blue C M Y K H S L
Decimal 206 134 45 0 0.35 0.78 0.19 33.17 0.64 0.49
Hex CE 86 2D 0 23 4E 13 21 40 31
Octal 316 206 55 0 43 116 23 41 100 61
Binary 11001110 10000110 101101 0 100011 1001110 10011 100001 1000000 110001

Color Harmonies of #CE862D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE862D

Black with #CE862D

Text Example


Text Example

White with #CE862D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE862D; }

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

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

background-color css

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

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

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

border-color css

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

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

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