Html Css Color HEX #CE8B15 Buttercup

📋 copy color: '#CE8B15'

red 206 ◦ green 139 ◦ blue 21

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

Shades of Buttercup #CE8B15

Tints of Buttercup #CE8B15

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.98%

 BLUE value IS 21 (8.59% from 255) = 5.74%

R = 56.28%
G = 37.98%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE8B15 (or 0xCE8B15) is known color: Buttercup. HEX triplet: CE, 8B and 15. RGB value is (206,139,21). Sum of RGB (Red+Green+Blue) = 206+139+21=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 21 (8.59% from 255 or 5.74% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8B15 is #3174EA. Grayscale: #929292. Windows color (decimal): -3241195 or 1412046. OLE color: 1412046.

HSL color Cylindrical-coordinate representation of color #CE8B15: hue angle of 38.27º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE8B15 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 139 21 -
CMYK 0 0.33 0.90 0.19
HSL 38.27º 0.81% 0.45% -
HSV(B) 38.27º 0.9% 0.81% -
XYZ 34.82 31.64 4.98 -
YUV 145.58 57.7 171.09 -
System Red Green Blue C M Y K H S L
Decimal 206 139 21 0 0.33 0.90 0.19 38.27 0.81 0.45
Hex CE 8B 15 0 21 5A 13 26 51 2D
Octal 316 213 25 0 41 132 23 46 121 55
Binary 11001110 10001011 10101 0 100001 1011010 10011 100110 1010001 101101

Color Harmonies of #CE8B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8B15

Black with #CE8B15

Text Example


Text Example

White with #CE8B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8B15; }

 p { color: rgb(206,139,21); }

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

background-color css

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

 a { background-color: rgb(206,139,21); }

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

border-color css

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

 span { border-color: rgb(206,139,21); }

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