Html Css Color HEX #CE8728 Dixie

📋 copy color: '#CE8728'

red 206 ◦ green 135 ◦ blue 40

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

Shades of Dixie #CE8728

Tints of Dixie #CE8728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.5%

R = 54.07%
G = 35.43%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE8728 (or 0xCE8728) is known color: Dixie. HEX triplet: CE, 87 and 28. RGB value is (206,135,40). Sum of RGB (Red+Green+Blue) = 206+135+40=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 40 (16.02% from 255 or 10.50% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8728 is #3178D7. Grayscale: #919191. Windows color (decimal): -3242200 or 2656206. OLE color: 2656206.

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

Color convert

RGB 206 135 40 -
CMYK 0 0.34 0.81 0.19
HSL 34.34º 0.67% 0.48% -
HSV(B) 34.34º 0.81% 0.81% -
XYZ 34.5 30.6 6.1 -
YUV 145.4 68.52 171.22 -
System Red Green Blue C M Y K H S L
Decimal 206 135 40 0 0.34 0.81 0.19 34.34 0.67 0.48
Hex CE 87 28 0 22 51 13 22 43 30
Octal 316 207 50 0 42 121 23 42 103 60
Binary 11001110 10000111 101000 0 100010 1010001 10011 100010 1000011 110000

Color Harmonies of #CE8728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8728

Black with #CE8728

Text Example


Text Example

White with #CE8728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8728; }

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

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

background-color css

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

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

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

border-color css

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

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

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