Html Css Color HEX #CE8730 Dixie

📋 copy color: '#CE8730'

red 206 ◦ green 135 ◦ blue 48

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

Shades of Dixie #CE8730

Tints of Dixie #CE8730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.34%

R = 52.96%
G = 34.7%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE8730 (or 0xCE8730) is known color: Dixie. HEX triplet: CE, 87 and 30. RGB value is (206,135,48). Sum of RGB (Red+Green+Blue) = 206+135+48=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8730 is #3178CF. Grayscale: #929292. Windows color (decimal): -3242192 or 3180494. OLE color: 3180494.

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

Color convert

RGB 206 135 48 -
CMYK 0 0.34 0.77 0.19
HSL 33.04º 0.62% 0.5% -
HSV(B) 33.04º 0.77% 0.81% -
XYZ 34.65 30.66 6.89 -
YUV 146.31 72.52 170.57 -
System Red Green Blue C M Y K H S L
Decimal 206 135 48 0 0.34 0.77 0.19 33.04 0.62 0.5
Hex CE 87 30 0 22 4D 13 21 3E 32
Octal 316 207 60 0 42 115 23 41 76 62
Binary 11001110 10000111 110000 0 100010 1001101 10011 100001 111110 110010

Color Harmonies of #CE8730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8730

Black with #CE8730

Text Example


Text Example

White with #CE8730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8730; }

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

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

background-color css

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

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

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

border-color css

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

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

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