Html Css Color HEX #CE8726 Dixie

📋 copy color: '#CE8726'

red 206 ◦ green 135 ◦ blue 38

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

Shades of Dixie #CE8726

Tints of Dixie #CE8726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.03%

R = 54.35%
G = 35.62%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE8726 (or 0xCE8726) is known color: Dixie. HEX triplet: CE, 87 and 26. RGB value is (206,135,38). Sum of RGB (Red+Green+Blue) = 206+135+38=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 38 (15.23% from 255 or 10.03% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8726 is #3178D9. Grayscale: #919191. Windows color (decimal): -3242202 or 2525134. OLE color: 2525134.

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

Color convert

RGB 206 135 38 -
CMYK 0 0.34 0.82 0.19
HSL 34.64º 0.69% 0.48% -
HSV(B) 34.64º 0.82% 0.81% -
XYZ 34.47 30.59 5.92 -
YUV 145.17 67.52 171.39 -
System Red Green Blue C M Y K H S L
Decimal 206 135 38 0 0.34 0.82 0.19 34.64 0.69 0.48
Hex CE 87 26 0 22 52 13 23 45 30
Octal 316 207 46 0 42 122 23 43 105 60
Binary 11001110 10000111 100110 0 100010 1010010 10011 100011 1000101 110000

Color Harmonies of #CE8726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8726

Black with #CE8726

Text Example


Text Example

White with #CE8726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8726; }

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

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

background-color css

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

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

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

border-color css

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

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

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