Html Css Color HEX #CE9522 Buttercup

📋 copy color: '#CE9522'

red 206 ◦ green 149 ◦ blue 34

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

Shades of Buttercup #CE9522

Tints of Buttercup #CE9522

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.3%

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

R = 52.96%
G = 38.3%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE9522 (or 0xCE9522) is known color: Buttercup. HEX triplet: CE, 95 and 22. RGB value is (206,149,34). Sum of RGB (Red+Green+Blue) = 206+149+34=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 34 (13.67% from 255 or 8.74% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9522 is #316ADD. Grayscale: #999999. Windows color (decimal): -3238622 or 2266574. OLE color: 2266574.

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

Color convert

RGB 206 149 34 -
CMYK 0 0.28 0.83 0.19
HSL 40.12º 0.72% 0.47% -
HSV(B) 40.12º 0.83% 0.81% -
XYZ 36.49 34.73 6.29 -
YUV 152.93 60.88 165.85 -
System Red Green Blue C M Y K H S L
Decimal 206 149 34 0 0.28 0.83 0.19 40.12 0.72 0.47
Hex CE 95 22 0 1C 53 13 28 48 2F
Octal 316 225 42 0 34 123 23 50 110 57
Binary 11001110 10010101 100010 0 11100 1010011 10011 101000 1001000 101111

Color Harmonies of #CE9522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9522

Black with #CE9522

Text Example


Text Example

White with #CE9522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9522; }

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

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

background-color css

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

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

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

border-color css

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

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

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