Html Css Color HEX #CE8834 Dixie

📋 copy color: '#CE8834'

red 206 ◦ green 136 ◦ blue 52

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

Shades of Dixie #CE8834

Tints of Dixie #CE8834

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.52%

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

R = 52.28%
G = 34.52%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE8834 (or 0xCE8834) is known color: Dixie. HEX triplet: CE, 88 and 34. RGB value is (206,136,52). Sum of RGB (Red+Green+Blue) = 206+136+52=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8834 is #3177CB. Grayscale: #939393. Windows color (decimal): -3241932 or 3442894. OLE color: 3442894.

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

Color convert

RGB 206 136 52 -
CMYK 0 0.34 0.75 0.19
HSL 32.73º 0.61% 0.51% -
HSV(B) 32.73º 0.75% 0.81% -
XYZ 34.88 30.98 7.39 -
YUV 147.35 74.19 169.83 -
System Red Green Blue C M Y K H S L
Decimal 206 136 52 0 0.34 0.75 0.19 32.73 0.61 0.51
Hex CE 88 34 0 22 4B 13 21 3D 33
Octal 316 210 64 0 42 113 23 41 75 63
Binary 11001110 10001000 110100 0 100010 1001011 10011 100001 111101 110011

Color Harmonies of #CE8834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8834

Black with #CE8834

Text Example


Text Example

White with #CE8834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8834; }

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

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

background-color css

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

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

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

border-color css

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

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

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