Html Css Color HEX #CE872D Dixie

📋 copy color: '#CE872D'

red 206 ◦ green 135 ◦ blue 45

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

Shades of Dixie #CE872D

Tints of Dixie #CE872D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.97%

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

R = 53.37%
G = 34.97%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE872D (or 0xCE872D) is known color: Dixie. HEX triplet: CE, 87 and 2D. RGB value is (206,135,45). Sum of RGB (Red+Green+Blue) = 206+135+45=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE872D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE872D is #3178D2. Grayscale: #929292. Windows color (decimal): -3242195 or 2983886. OLE color: 2983886.

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

Color convert

RGB 206 135 45 -
CMYK 0 0.34 0.78 0.19
HSL 33.54º 0.64% 0.49% -
HSV(B) 33.54º 0.78% 0.81% -
XYZ 34.59 30.64 6.57 -
YUV 145.97 71.02 170.82 -
System Red Green Blue C M Y K H S L
Decimal 206 135 45 0 0.34 0.78 0.19 33.54 0.64 0.49
Hex CE 87 2D 0 22 4E 13 22 40 31
Octal 316 207 55 0 42 116 23 42 100 61
Binary 11001110 10000111 101101 0 100010 1001110 10011 100010 1000000 110001

Color Harmonies of #CE872D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE872D

Black with #CE872D

Text Example


Text Example

White with #CE872D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE872D; }

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

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

background-color css

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

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

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

border-color css

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

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

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