Html Css Color HEX #CE8935 Dixie

📋 copy color: '#CE8935'

red 206 ◦ green 137 ◦ blue 53

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

Shades of Dixie #CE8935

Tints of Dixie #CE8935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.38%

R = 52.02%
G = 34.6%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE8935 (or 0xCE8935) is known color: Dixie. HEX triplet: CE, 89 and 35. RGB value is (206,137,53). Sum of RGB (Red+Green+Blue) = 206+137+53=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 53 (21.09% from 255 or 13.38% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8935 is #3176CA. Grayscale: #949494. Windows color (decimal): -3241675 or 3508686. OLE color: 3508686.

HSL color Cylindrical-coordinate representation of color #CE8935: hue angle of 32.94º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE8935 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 137 53 -
CMYK 0 0.33 0.74 0.19
HSL 32.94º 0.61% 0.51% -
HSV(B) 32.94º 0.74% 0.81% -
XYZ 35.04 31.27 7.56 -
YUV 148.06 74.36 169.33 -
System Red Green Blue C M Y K H S L
Decimal 206 137 53 0 0.33 0.74 0.19 32.94 0.61 0.51
Hex CE 89 35 0 21 4A 13 21 3D 33
Octal 316 211 65 0 41 112 23 41 75 63
Binary 11001110 10001001 110101 0 100001 1001010 10011 100001 111101 110011

Color Harmonies of #CE8935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8935

Black with #CE8935

Text Example


Text Example

White with #CE8935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8935; }

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

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

background-color css

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

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

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

border-color css

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

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

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