Html Css Color HEX #CE8926 Dixie

📋 copy color: '#CE8926'

red 206 ◦ green 137 ◦ blue 38

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

Shades of Dixie #CE8926

Tints of Dixie #CE8926

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.96%

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

R = 54.07%
G = 35.96%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE8926 (or 0xCE8926) is known color: Dixie. HEX triplet: CE, 89 and 26. RGB value is (206,137,38). Sum of RGB (Red+Green+Blue) = 206+137+38=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 38 (15.23% from 255 or 9.97% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8926 is #3176D9. Grayscale: #929292. Windows color (decimal): -3241690 or 2525646. OLE color: 2525646.

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

Color convert

RGB 206 137 38 -
CMYK 0 0.33 0.82 0.19
HSL 35.36º 0.69% 0.48% -
HSV(B) 35.36º 0.82% 0.81% -
XYZ 34.75 31.15 6.02 -
YUV 146.35 66.86 170.55 -
System Red Green Blue C M Y K H S L
Decimal 206 137 38 0 0.33 0.82 0.19 35.36 0.69 0.48
Hex CE 89 26 0 21 52 13 23 45 30
Octal 316 211 46 0 41 122 23 43 105 60
Binary 11001110 10001001 100110 0 100001 1010010 10011 100011 1000101 110000

Color Harmonies of #CE8926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8926

Black with #CE8926

Text Example


Text Example

White with #CE8926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8926; }

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

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

background-color css

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

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

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

border-color css

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

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

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