Html Css Color HEX #CE9820 Buttercup

📋 copy color: '#CE9820'

red 206 ◦ green 152 ◦ blue 32

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

Shades of Buttercup #CE9820

Tints of Buttercup #CE9820

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.97%

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

R = 52.82%
G = 38.97%
B = 8.21%

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

#CE9820 (or 0xCE9820) is known color: Buttercup. HEX triplet: CE, 98 and 20. RGB value is (206,152,32). Sum of RGB (Red+Green+Blue) = 206+152+32=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9820 is #3167DF. Grayscale: #9B9B9B. Windows color (decimal): -3237856 or 2136270. OLE color: 2136270.

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

Color convert

RGB 206 152 32 -
CMYK 0 0.26 0.84 0.19
HSL 41.38º 0.73% 0.47% -
HSV(B) 41.38º 0.84% 0.81% -
XYZ 36.94 35.68 6.31 -
YUV 154.47 58.89 164.76 -
System Red Green Blue C M Y K H S L
Decimal 206 152 32 0 0.26 0.84 0.19 41.38 0.73 0.47
Hex CE 98 20 0 1A 54 13 29 49 2F
Octal 316 230 40 0 32 124 23 51 111 57
Binary 11001110 10011000 100000 0 11010 1010100 10011 101001 1001001 101111

Color Harmonies of #CE9820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9820

Black with #CE9820

Text Example


Text Example

White with #CE9820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9820; }

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

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

background-color css

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

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

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

border-color css

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

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

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