Html Css Color HEX #CE9320 Buttercup

📋 copy color: '#CE9320'

red 206 ◦ green 147 ◦ blue 32

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

Shades of Buttercup #CE9320

Tints of Buttercup #CE9320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.18%

 BLUE value IS 32 (12.89% from 255) = 8.31%

R = 53.51%
G = 38.18%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE9320 (or 0xCE9320) is known color: Buttercup. HEX triplet: CE, 93 and 20. RGB value is (206,147,32). Sum of RGB (Red+Green+Blue) = 206+147+32=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9320 is #316CDF. Grayscale: #989898. Windows color (decimal): -3239136 or 2134990. OLE color: 2134990.

HSL color Cylindrical-coordinate representation of color #CE9320: hue angle of 39.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE9320 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 147 32 -
CMYK 0 0.29 0.84 0.19
HSL 39.66º 0.73% 0.47% -
HSV(B) 39.66º 0.84% 0.81% -
XYZ 36.15 34.09 6.04 -
YUV 151.53 60.55 166.85 -
System Red Green Blue C M Y K H S L
Decimal 206 147 32 0 0.29 0.84 0.19 39.66 0.73 0.47
Hex CE 93 20 0 1D 54 13 28 49 2F
Octal 316 223 40 0 35 124 23 50 111 57
Binary 11001110 10010011 100000 0 11101 1010100 10011 101000 1001001 101111

Color Harmonies of #CE9320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9320

Black with #CE9320

Text Example


Text Example

White with #CE9320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9320; }

 p { color: rgb(206,147,32); }

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

background-color css

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

 a { background-color: rgb(206,147,32); }

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

border-color css

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

 span { border-color: rgb(206,147,32); }

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