Html Css Color HEX #CE9322 Buttercup

📋 copy color: '#CE9322'

red 206 ◦ green 147 ◦ blue 34

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

Shades of Buttercup #CE9322

Tints of Buttercup #CE9322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.79%

R = 53.23%
G = 37.98%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE9322 (or 0xCE9322) is known color: Buttercup. HEX triplet: CE, 93 and 22. RGB value is (206,147,34). Sum of RGB (Red+Green+Blue) = 206+147+34=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 34 (13.67% from 255 or 8.79% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9322 is #316CDD. Grayscale: #989898. Windows color (decimal): -3239134 or 2266062. OLE color: 2266062.

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

Color convert

RGB 206 147 34 -
CMYK 0 0.29 0.83 0.19
HSL 39.42º 0.72% 0.47% -
HSV(B) 39.42º 0.83% 0.81% -
XYZ 36.18 34.1 6.19 -
YUV 151.76 61.55 166.69 -
System Red Green Blue C M Y K H S L
Decimal 206 147 34 0 0.29 0.83 0.19 39.42 0.72 0.47
Hex CE 93 22 0 1D 53 13 27 48 2F
Octal 316 223 42 0 35 123 23 47 110 57
Binary 11001110 10010011 100010 0 11101 1010011 10011 100111 1001000 101111

Color Harmonies of #CE9322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9322

Black with #CE9322

Text Example


Text Example

White with #CE9322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9322; }

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

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

background-color css

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

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

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

border-color css

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

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

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