Html Css Color HEX #CE812D Dixie

📋 copy color: '#CE812D'

red 206 ◦ green 129 ◦ blue 45

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

Shades of Dixie #CE812D

Tints of Dixie #CE812D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.95%

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

R = 54.21%
G = 33.95%
B = 11.84%

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

#CE812D (or 0xCE812D) is known color: Dixie. HEX triplet: CE, 81 and 2D. RGB value is (206,129,45). Sum of RGB (Red+Green+Blue) = 206+129+45=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE812D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE812D is #317ED2. Grayscale: #8E8E8E. Windows color (decimal): -3243731 or 2982350. OLE color: 2982350.

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

Color convert

RGB 206 129 45 -
CMYK 0 0.37 0.78 0.19
HSL 31.3º 0.64% 0.49% -
HSV(B) 31.3º 0.78% 0.81% -
XYZ 33.78 29.01 6.3 -
YUV 142.45 73.01 173.33 -
System Red Green Blue C M Y K H S L
Decimal 206 129 45 0 0.37 0.78 0.19 31.3 0.64 0.49
Hex CE 81 2D 0 25 4E 13 1F 40 31
Octal 316 201 55 0 45 116 23 37 100 61
Binary 11001110 10000001 101101 0 100101 1001110 10011 11111 1000000 110001

Color Harmonies of #CE812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE812D

Black with #CE812D

Text Example


Text Example

White with #CE812D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE812D; }

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

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

background-color css

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

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

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

border-color css

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

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

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