Html Css Color HEX #CE8435 Dixie

📋 copy color: '#CE8435'

red 206 ◦ green 132 ◦ blue 53

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

Shades of Dixie #CE8435

Tints of Dixie #CE8435

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.76%

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

R = 52.69%
G = 33.76%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE8435 (or 0xCE8435) is known color: Dixie. HEX triplet: CE, 84 and 35. RGB value is (206,132,53). Sum of RGB (Red+Green+Blue) = 206+132+53=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 53 (21.09% from 255 or 13.55% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8435 is #317BCA. Grayscale: #919191. Windows color (decimal): -3242955 or 3507406. OLE color: 3507406.

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

Color convert

RGB 206 132 53 -
CMYK 0 0.36 0.74 0.19
HSL 30.98º 0.61% 0.51% -
HSV(B) 30.98º 0.74% 0.81% -
XYZ 34.35 29.88 7.33 -
YUV 145.12 76.02 171.42 -
System Red Green Blue C M Y K H S L
Decimal 206 132 53 0 0.36 0.74 0.19 30.98 0.61 0.51
Hex CE 84 35 0 24 4A 13 1F 3D 33
Octal 316 204 65 0 44 112 23 37 75 63
Binary 11001110 10000100 110101 0 100100 1001010 10011 11111 111101 110011

Color Harmonies of #CE8435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8435

Black with #CE8435

Text Example


Text Example

White with #CE8435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8435; }

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

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

background-color css

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

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

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

border-color css

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

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

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