Html Css Color HEX #CE822D Dixie

📋 copy color: '#CE822D'

red 206 ◦ green 130 ◦ blue 45

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

Shades of Dixie #CE822D

Tints of Dixie #CE822D

RGB

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

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

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

R = 54.07%
G = 34.12%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE822D (or 0xCE822D) is known color: Dixie. HEX triplet: CE, 82 and 2D. RGB value is (206,130,45). Sum of RGB (Red+Green+Blue) = 206+130+45=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE822D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE822D is #317DD2. Grayscale: #8F8F8F. Windows color (decimal): -3243475 or 2982606. OLE color: 2982606.

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

Color convert

RGB 206 130 45 -
CMYK 0 0.37 0.78 0.19
HSL 31.68º 0.64% 0.49% -
HSV(B) 31.68º 0.78% 0.81% -
XYZ 33.91 29.28 6.35 -
YUV 143.03 72.68 172.91 -
System Red Green Blue C M Y K H S L
Decimal 206 130 45 0 0.37 0.78 0.19 31.68 0.64 0.49
Hex CE 82 2D 0 25 4E 13 20 40 31
Octal 316 202 55 0 45 116 23 40 100 61
Binary 11001110 10000010 101101 0 100101 1001110 10011 100000 1000000 110001

Color Harmonies of #CE822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE822D

Black with #CE822D

Text Example


Text Example

White with #CE822D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE822D; }

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

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

background-color css

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

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

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

border-color css

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

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

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