Html Css Color HEX #CE9022 Buttercup

📋 copy color: '#CE9022'

red 206 ◦ green 144 ◦ blue 34

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

Shades of Buttercup #CE9022

Tints of Buttercup #CE9022

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.5%

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

R = 53.65%
G = 37.5%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE9022 (or 0xCE9022) is known color: Buttercup. HEX triplet: CE, 90 and 22. RGB value is (206,144,34). Sum of RGB (Red+Green+Blue) = 206+144+34=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 34 (13.67% from 255 or 8.85% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9022 is #316FDD. Grayscale: #969696. Windows color (decimal): -3239902 or 2265294. OLE color: 2265294.

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

Color convert

RGB 206 144 34 -
CMYK 0 0.30 0.83 0.19
HSL 38.37º 0.72% 0.47% -
HSV(B) 38.37º 0.83% 0.81% -
XYZ 35.72 33.18 6.04 -
YUV 150 62.54 167.94 -
System Red Green Blue C M Y K H S L
Decimal 206 144 34 0 0.30 0.83 0.19 38.37 0.72 0.47
Hex CE 90 22 0 1E 53 13 26 48 2F
Octal 316 220 42 0 36 123 23 46 110 57
Binary 11001110 10010000 100010 0 11110 1010011 10011 100110 1001000 101111

Color Harmonies of #CE9022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9022

Black with #CE9022

Text Example


Text Example

White with #CE9022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9022; }

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

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

background-color css

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

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

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

border-color css

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

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

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