Html Css Color HEX #CE8826 Dixie

📋 copy color: '#CE8826'

red 206 ◦ green 136 ◦ blue 38

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

Shades of Dixie #CE8826

Tints of Dixie #CE8826

RGB

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

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

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

R = 54.21%
G = 35.79%
B = 10%

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

#CE8826 (or 0xCE8826) is known color: Dixie. HEX triplet: CE, 88 and 26. RGB value is (206,136,38). Sum of RGB (Red+Green+Blue) = 206+136+38=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 38 (15.23% from 255 or 10% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8826 is #3177D9. Grayscale: #929292. Windows color (decimal): -3241946 or 2525390. OLE color: 2525390.

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

Color convert

RGB 206 136 38 -
CMYK 0 0.34 0.82 0.19
HSL 35º 0.69% 0.48% -
HSV(B) 35º 0.82% 0.81% -
XYZ 34.61 30.87 5.97 -
YUV 145.76 67.19 170.97 -
System Red Green Blue C M Y K H S L
Decimal 206 136 38 0 0.34 0.82 0.19 35 0.69 0.48
Hex CE 88 26 0 22 52 13 23 45 30
Octal 316 210 46 0 42 122 23 43 105 60
Binary 11001110 10001000 100110 0 100010 1010010 10011 100011 1000101 110000

Color Harmonies of #CE8826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8826

Black with #CE8826

Text Example


Text Example

White with #CE8826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8826; }

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

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

background-color css

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

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

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

border-color css

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

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

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