Html Css Color HEX #CE8334 Dixie

📋 copy color: '#CE8334'

red 206 ◦ green 131 ◦ blue 52

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

Shades of Dixie #CE8334

Tints of Dixie #CE8334

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.68%

 BLUE value IS 52 (20.7% from 255) = 13.37%

R = 52.96%
G = 33.68%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE8334 (or 0xCE8334) is known color: Dixie. HEX triplet: CE, 83 and 34. RGB value is (206,131,52). Sum of RGB (Red+Green+Blue) = 206+131+52=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8334 is #317CCB. Grayscale: #909090. Windows color (decimal): -3243212 or 3441614. OLE color: 3441614.

HSL color Cylindrical-coordinate representation of color #CE8334: hue angle of 30.78º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE8334 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 131 52 -
CMYK 0 0.36 0.75 0.19
HSL 30.78º 0.61% 0.51% -
HSV(B) 30.78º 0.75% 0.81% -
XYZ 34.19 29.6 7.16 -
YUV 144.42 75.85 171.92 -
System Red Green Blue C M Y K H S L
Decimal 206 131 52 0 0.36 0.75 0.19 30.78 0.61 0.51
Hex CE 83 34 0 24 4B 13 1F 3D 33
Octal 316 203 64 0 44 113 23 37 75 63
Binary 11001110 10000011 110100 0 100100 1001011 10011 11111 111101 110011

Color Harmonies of #CE8334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8334

Black with #CE8334

Text Example


Text Example

White with #CE8334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8334; }

 p { color: rgb(206,131,52); }

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

background-color css

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

 a { background-color: rgb(206,131,52); }

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

border-color css

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

 span { border-color: rgb(206,131,52); }

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