Html Css Color HEX #CE8D1B Buttercup

📋 copy color: '#CE8D1B'

red 206 ◦ green 141 ◦ blue 27

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

Shades of Buttercup #CE8D1B

Tints of Buttercup #CE8D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.22%

R = 55.08%
G = 37.7%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE8D1B (or 0xCE8D1B) is known color: Buttercup. HEX triplet: CE, 8D and 1B. RGB value is (206,141,27). Sum of RGB (Red+Green+Blue) = 206+141+27=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8D1B is #3172E4. Grayscale: #939393. Windows color (decimal): -3240677 or 1805774. OLE color: 1805774.

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

Color convert

RGB 206 141 27 -
CMYK 0 0.32 0.87 0.19
HSL 38.21º 0.77% 0.46% -
HSV(B) 38.21º 0.87% 0.81% -
XYZ 35.18 32.25 5.41 -
YUV 147.44 60.03 169.77 -
System Red Green Blue C M Y K H S L
Decimal 206 141 27 0 0.32 0.87 0.19 38.21 0.77 0.46
Hex CE 8D 1B 0 20 57 13 26 4D 2E
Octal 316 215 33 0 40 127 23 46 115 56
Binary 11001110 10001101 11011 0 100000 1010111 10011 100110 1001101 101110

Color Harmonies of #CE8D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D1B

Black with #CE8D1B

Text Example


Text Example

White with #CE8D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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