Html Css Color HEX #CE9520 Buttercup

📋 copy color: '#CE9520'

red 206 ◦ green 149 ◦ blue 32

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

Shades of Buttercup #CE9520

Tints of Buttercup #CE9520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.5%

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

R = 53.23%
G = 38.5%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE9520 (or 0xCE9520) is known color: Buttercup. HEX triplet: CE, 95 and 20. RGB value is (206,149,32). Sum of RGB (Red+Green+Blue) = 206+149+32=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9520 is #316ADF. Grayscale: #999999. Windows color (decimal): -3238624 or 2135502. OLE color: 2135502.

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

Color convert

RGB 206 149 32 -
CMYK 0 0.28 0.84 0.19
HSL 40.34º 0.73% 0.47% -
HSV(B) 40.34º 0.84% 0.81% -
XYZ 36.46 34.72 6.15 -
YUV 152.71 59.88 166.01 -
System Red Green Blue C M Y K H S L
Decimal 206 149 32 0 0.28 0.84 0.19 40.34 0.73 0.47
Hex CE 95 20 0 1C 54 13 28 49 2F
Octal 316 225 40 0 34 124 23 50 111 57
Binary 11001110 10010101 100000 0 11100 1010100 10011 101000 1001001 101111

Color Harmonies of #CE9520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9520

Black with #CE9520

Text Example


Text Example

White with #CE9520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9520; }

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

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

background-color css

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

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

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

border-color css

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

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

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