Html Css Color HEX #CE9920 Buttercup

📋 copy color: '#CE9920'

red 206 ◦ green 153 ◦ blue 32

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

Shades of Buttercup #CE9920

Tints of Buttercup #CE9920

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.13%

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

R = 52.69%
G = 39.13%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE9920 (or 0xCE9920) is known color: Buttercup. HEX triplet: CE, 99 and 20. RGB value is (206,153,32). Sum of RGB (Red+Green+Blue) = 206+153+32=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9920 is #3166DF. Grayscale: #9B9B9B. Windows color (decimal): -3237600 or 2136526. OLE color: 2136526.

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

Color convert

RGB 206 153 32 -
CMYK 0 0.26 0.84 0.19
HSL 41.72º 0.73% 0.47% -
HSV(B) 41.72º 0.84% 0.81% -
XYZ 37.11 36.01 6.36 -
YUV 155.05 58.56 164.34 -
System Red Green Blue C M Y K H S L
Decimal 206 153 32 0 0.26 0.84 0.19 41.72 0.73 0.47
Hex CE 99 20 0 1A 54 13 2A 49 2F
Octal 316 231 40 0 32 124 23 52 111 57
Binary 11001110 10011001 100000 0 11010 1010100 10011 101010 1001001 101111

Color Harmonies of #CE9920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9920

Black with #CE9920

Text Example


Text Example

White with #CE9920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9920; }

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

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

background-color css

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

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

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

border-color css

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

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

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