Html Css Color HEX #CE842B Dixie

📋 copy color: '#CE842B'

red 206 ◦ green 132 ◦ blue 43

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

Shades of Dixie #CE842B

Tints of Dixie #CE842B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.29%

R = 54.07%
G = 34.65%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE842B (or 0xCE842B) is known color: Dixie. HEX triplet: CE, 84 and 2B. RGB value is (206,132,43). Sum of RGB (Red+Green+Blue) = 206+132+43=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE842B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE842B is #317BD4. Grayscale: #909090. Windows color (decimal): -3242965 or 2852046. OLE color: 2852046.

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

Color convert

RGB 206 132 43 -
CMYK 0 0.36 0.79 0.19
HSL 32.76º 0.65% 0.49% -
HSV(B) 32.76º 0.79% 0.81% -
XYZ 34.14 29.8 6.24 -
YUV 143.98 71.02 172.24 -
System Red Green Blue C M Y K H S L
Decimal 206 132 43 0 0.36 0.79 0.19 32.76 0.65 0.49
Hex CE 84 2B 0 24 4F 13 21 41 31
Octal 316 204 53 0 44 117 23 41 101 61
Binary 11001110 10000100 101011 0 100100 1001111 10011 100001 1000001 110001

Color Harmonies of #CE842B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE842B

Black with #CE842B

Text Example


Text Example

White with #CE842B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE842B; }

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

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

background-color css

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

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

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

border-color css

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

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

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