Html Css Color HEX #CE822B Dixie

📋 copy color: '#CE822B'

red 206 ◦ green 130 ◦ blue 43

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

Shades of Dixie #CE822B

Tints of Dixie #CE822B

RGB

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

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

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

R = 54.35%
G = 34.3%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE822B (or 0xCE822B) is known color: Dixie. HEX triplet: CE, 82 and 2B. RGB value is (206,130,43). Sum of RGB (Red+Green+Blue) = 206+130+43=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE822B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE822B is #317DD4. Grayscale: #8F8F8F. Windows color (decimal): -3243477 or 2851534. OLE color: 2851534.

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

Color convert

RGB 206 130 43 -
CMYK 0 0.37 0.79 0.19
HSL 32.02º 0.65% 0.49% -
HSV(B) 32.02º 0.79% 0.81% -
XYZ 33.87 29.26 6.15 -
YUV 142.81 71.68 173.07 -
System Red Green Blue C M Y K H S L
Decimal 206 130 43 0 0.37 0.79 0.19 32.02 0.65 0.49
Hex CE 82 2B 0 25 4F 13 20 41 31
Octal 316 202 53 0 45 117 23 40 101 61
Binary 11001110 10000010 101011 0 100101 1001111 10011 100000 1000001 110001

Color Harmonies of #CE822B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE822B

Black with #CE822B

Text Example


Text Example

White with #CE822B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE822B; }

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

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

background-color css

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

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

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

border-color css

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

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

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