Html Css Color HEX #CE822A Dixie

📋 copy color: '#CE822A'

red 206 ◦ green 130 ◦ blue 42

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

Shades of Dixie #CE822A

Tints of Dixie #CE822A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.39%

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

R = 54.5%
G = 34.39%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE822A (or 0xCE822A) is known color: Dixie. HEX triplet: CE, 82 and 2A. RGB value is (206,130,42). Sum of RGB (Red+Green+Blue) = 206+130+42=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE822A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE822A is #317DD5. Grayscale: #8F8F8F. Windows color (decimal): -3243478 or 2785998. OLE color: 2785998.

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

Color convert

RGB 206 130 42 -
CMYK 0 0.37 0.80 0.19
HSL 32.2º 0.66% 0.49% -
HSV(B) 32.2º 0.8% 0.81% -
XYZ 33.85 29.25 6.05 -
YUV 142.69 71.18 173.16 -
System Red Green Blue C M Y K H S L
Decimal 206 130 42 0 0.37 0.80 0.19 32.2 0.66 0.49
Hex CE 82 2A 0 25 50 13 20 42 31
Octal 316 202 52 0 45 120 23 40 102 61
Binary 11001110 10000010 101010 0 100101 1010000 10011 100000 1000010 110001

Color Harmonies of #CE822A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE822A

Black with #CE822A

Text Example


Text Example

White with #CE822A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE822A; }

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

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

background-color css

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

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

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

border-color css

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

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

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