Html Css Color HEX #CE9328 Buttercup

📋 copy color: '#CE9328'

red 206 ◦ green 147 ◦ blue 40

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

Shades of Buttercup #CE9328

Tints of Buttercup #CE9328

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.4%

 BLUE value IS 40 (16.02% from 255) = 10.18%

R = 52.42%
G = 37.4%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE9328 (or 0xCE9328) is known color: Buttercup. HEX triplet: CE, 93 and 28. RGB value is (206,147,40). Sum of RGB (Red+Green+Blue) = 206+147+40=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9328 is #316CD7. Grayscale: #989898. Windows color (decimal): -3239128 or 2659278. OLE color: 2659278.

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

Color convert

RGB 206 147 40 -
CMYK 0 0.29 0.81 0.19
HSL 38.67º 0.67% 0.48% -
HSV(B) 38.67º 0.81% 0.81% -
XYZ 36.27 34.14 6.69 -
YUV 152.44 64.55 166.2 -
System Red Green Blue C M Y K H S L
Decimal 206 147 40 0 0.29 0.81 0.19 38.67 0.67 0.48
Hex CE 93 28 0 1D 51 13 27 43 30
Octal 316 223 50 0 35 121 23 47 103 60
Binary 11001110 10010011 101000 0 11101 1010001 10011 100111 1000011 110000

Color Harmonies of #CE9328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9328

Black with #CE9328

Text Example


Text Example

White with #CE9328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9328; }

 p { color: rgb(206,147,40); }

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

background-color css

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

 a { background-color: rgb(206,147,40); }

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

border-color css

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

 span { border-color: rgb(206,147,40); }

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