Html Css Color HEX #CE852A Dixie

📋 copy color: '#CE852A'

red 206 ◦ green 133 ◦ blue 42

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

Shades of Dixie #CE852A

Tints of Dixie #CE852A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.91%

 BLUE value IS 42 (16.8% from 255) = 11.02%

R = 54.07%
G = 34.91%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE852A (or 0xCE852A) is known color: Dixie. HEX triplet: CE, 85 and 2A. RGB value is (206,133,42). Sum of RGB (Red+Green+Blue) = 206+133+42=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE852A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE852A is #317AD5. Grayscale: #909090. Windows color (decimal): -3242710 or 2786766. OLE color: 2786766.

HSL color Cylindrical-coordinate representation of color #CE852A: hue angle of 33.29º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE852A is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 133 42 -
CMYK 0 0.35 0.80 0.19
HSL 33.29º 0.66% 0.49% -
HSV(B) 33.29º 0.8% 0.81% -
XYZ 34.26 30.06 6.19 -
YUV 144.45 70.18 171.9 -
System Red Green Blue C M Y K H S L
Decimal 206 133 42 0 0.35 0.80 0.19 33.29 0.66 0.49
Hex CE 85 2A 0 23 50 13 21 42 31
Octal 316 205 52 0 43 120 23 41 102 61
Binary 11001110 10000101 101010 0 100011 1010000 10011 100001 1000010 110001

Color Harmonies of #CE852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE852A

Black with #CE852A

Text Example


Text Example

White with #CE852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE852A; }

 p { color: rgb(206,133,42); }

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

background-color css

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

 a { background-color: rgb(206,133,42); }

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

border-color css

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

 span { border-color: rgb(206,133,42); }

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