Html Css Color HEX #CE8732 Dixie

📋 copy color: '#CE8732'

red 206 ◦ green 135 ◦ blue 50

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

Shades of Dixie #CE8732

Tints of Dixie #CE8732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.79%

R = 52.69%
G = 34.53%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE8732 (or 0xCE8732) is known color: Dixie. HEX triplet: CE, 87 and 32. RGB value is (206,135,50). Sum of RGB (Red+Green+Blue) = 206+135+50=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8732 is #3178CD. Grayscale: #929292. Windows color (decimal): -3242190 or 3311566. OLE color: 3311566.

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

Color convert

RGB 206 135 50 -
CMYK 0 0.34 0.76 0.19
HSL 32.69º 0.61% 0.5% -
HSV(B) 32.69º 0.76% 0.81% -
XYZ 34.69 30.68 7.11 -
YUV 146.54 73.52 170.41 -
System Red Green Blue C M Y K H S L
Decimal 206 135 50 0 0.34 0.76 0.19 32.69 0.61 0.5
Hex CE 87 32 0 22 4C 13 21 3D 32
Octal 316 207 62 0 42 114 23 41 75 62
Binary 11001110 10000111 110010 0 100010 1001100 10011 100001 111101 110010

Color Harmonies of #CE8732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8732

Black with #CE8732

Text Example


Text Example

White with #CE8732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8732; }

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

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

background-color css

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

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

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

border-color css

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

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

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