Html Css Color HEX #CE8D1C Buttercup

📋 copy color: '#CE8D1C'

red 206 ◦ green 141 ◦ blue 28

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

Shades of Buttercup #CE8D1C

Tints of Buttercup #CE8D1C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.6%

 BLUE value IS 28 (11.33% from 255) = 7.47%

R = 54.93%
G = 37.6%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE8D1C (or 0xCE8D1C) is known color: Buttercup. HEX triplet: CE, 8D and 1C. RGB value is (206,141,28). Sum of RGB (Red+Green+Blue) = 206+141+28=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 28 (11.33% from 255 or 7.47% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8D1C is #3172E3. Grayscale: #949494. Windows color (decimal): -3240676 or 1871310. OLE color: 1871310.

HSL color Cylindrical-coordinate representation of color #CE8D1C: hue angle of 38.09º degrees, saturation: 0.76, 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 #CE8D1C is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 141 28 -
CMYK 0 0.32 0.86 0.19
HSL 38.09º 0.76% 0.46% -
HSV(B) 38.09º 0.86% 0.81% -
XYZ 35.19 32.26 5.47 -
YUV 147.55 60.53 169.69 -
System Red Green Blue C M Y K H S L
Decimal 206 141 28 0 0.32 0.86 0.19 38.09 0.76 0.46
Hex CE 8D 1C 0 20 56 13 26 4C 2E
Octal 316 215 34 0 40 126 23 46 114 56
Binary 11001110 10001101 11100 0 100000 1010110 10011 100110 1001100 101110

Color Harmonies of #CE8D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D1C

Black with #CE8D1C

Text Example


Text Example

White with #CE8D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D1C; }

 p { color: rgb(206,141,28); }

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

background-color css

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

 a { background-color: rgb(206,141,28); }

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

border-color css

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

 span { border-color: rgb(206,141,28); }

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