Html Css Color HEX #CE9529 Buttercup

📋 copy color: '#CE9529'

red 206 ◦ green 149 ◦ blue 41

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

Shades of Buttercup #CE9529

Tints of Buttercup #CE9529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.35%

R = 52.02%
G = 37.63%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE9529 (or 0xCE9529) is known color: Buttercup. HEX triplet: CE, 95 and 29. RGB value is (206,149,41). Sum of RGB (Red+Green+Blue) = 206+149+41=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 41 (16.41% from 255 or 10.35% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9529 is #316AD6. Grayscale: #9A9A9A. Windows color (decimal): -3238615 or 2725326. OLE color: 2725326.

HSL color Cylindrical-coordinate representation of color #CE9529: hue angle of 39.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE9529 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 149 41 -
CMYK 0 0.28 0.80 0.19
HSL 39.27º 0.67% 0.48% -
HSV(B) 39.27º 0.8% 0.81% -
XYZ 36.6 34.78 6.88 -
YUV 153.73 64.38 165.28 -
System Red Green Blue C M Y K H S L
Decimal 206 149 41 0 0.28 0.80 0.19 39.27 0.67 0.48
Hex CE 95 29 0 1C 50 13 27 43 30
Octal 316 225 51 0 34 120 23 47 103 60
Binary 11001110 10010101 101001 0 11100 1010000 10011 100111 1000011 110000

Color Harmonies of #CE9529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9529

Black with #CE9529

Text Example


Text Example

White with #CE9529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9529; }

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

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

background-color css

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

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

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

border-color css

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

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

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