Html Css Color HEX #CE941D Buttercup

📋 copy color: '#CE941D'

red 206 ◦ green 148 ◦ blue 29

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

Shades of Buttercup #CE941D

Tints of Buttercup #CE941D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.64%

 BLUE value IS 29 (11.72% from 255) = 7.57%

R = 53.79%
G = 38.64%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE941D (or 0xCE941D) is known color: Buttercup. HEX triplet: CE, 94 and 1D. RGB value is (206,148,29). Sum of RGB (Red+Green+Blue) = 206+148+29=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE941D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE941D is #316BE2. Grayscale: #989898. Windows color (decimal): -3238883 or 1938638. OLE color: 1938638.

HSL color Cylindrical-coordinate representation of color #CE941D: hue angle of 40.34º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE941D is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 148 29 -
CMYK 0 0.28 0.86 0.19
HSL 40.34º 0.75% 0.46% -
HSV(B) 40.34º 0.86% 0.81% -
XYZ 36.27 34.39 5.89 -
YUV 151.78 58.72 166.68 -
System Red Green Blue C M Y K H S L
Decimal 206 148 29 0 0.28 0.86 0.19 40.34 0.75 0.46
Hex CE 94 1D 0 1C 56 13 28 4B 2E
Octal 316 224 35 0 34 126 23 50 113 56
Binary 11001110 10010100 11101 0 11100 1010110 10011 101000 1001011 101110

Color Harmonies of #CE941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE941D

Black with #CE941D

Text Example


Text Example

White with #CE941D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE941D; }

 p { color: rgb(206,148,29); }

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

background-color css

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

 a { background-color: rgb(206,148,29); }

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

border-color css

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

 span { border-color: rgb(206,148,29); }

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