Html Css Color HEX #CE9116 Buttercup

📋 copy color: '#CE9116'

red 206 ◦ green 145 ◦ blue 22

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

Shades of Buttercup #CE9116

Tints of Buttercup #CE9116

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.87%

 BLUE value IS 22 (8.98% from 255) = 5.9%

R = 55.23%
G = 38.87%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE9116 (or 0xCE9116) is known color: Buttercup. HEX triplet: CE, 91 and 16. RGB value is (206,145,22). Sum of RGB (Red+Green+Blue) = 206+145+22=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9116 is #316EE9. Grayscale: #959595. Windows color (decimal): -3239658 or 1479118. OLE color: 1479118.

HSL color Cylindrical-coordinate representation of color #CE9116: hue angle of 40.11º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE9116 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 145 22 -
CMYK 0 0.30 0.89 0.19
HSL 40.11º 0.81% 0.45% -
HSV(B) 40.11º 0.89% 0.81% -
XYZ 35.72 33.43 5.33 -
YUV 149.22 56.21 168.5 -
System Red Green Blue C M Y K H S L
Decimal 206 145 22 0 0.30 0.89 0.19 40.11 0.81 0.45
Hex CE 91 16 0 1E 59 13 28 51 2D
Octal 316 221 26 0 36 131 23 50 121 55
Binary 11001110 10010001 10110 0 11110 1011001 10011 101000 1010001 101101

Color Harmonies of #CE9116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9116

Black with #CE9116

Text Example


Text Example

White with #CE9116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9116; }

 p { color: rgb(206,145,22); }

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

background-color css

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

 a { background-color: rgb(206,145,22); }

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

border-color css

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

 span { border-color: rgb(206,145,22); }

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