Html Css Color HEX #CE8F1B Buttercup

📋 copy color: '#CE8F1B'

red 206 ◦ green 143 ◦ blue 27

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

Shades of Buttercup #CE8F1B

Tints of Buttercup #CE8F1B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.03%

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

R = 54.79%
G = 38.03%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE8F1B (or 0xCE8F1B) is known color: Buttercup. HEX triplet: CE, 8F and 1B. RGB value is (206,143,27). Sum of RGB (Red+Green+Blue) = 206+143+27=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8F1B is #3170E4. Grayscale: #959595. Windows color (decimal): -3240165 or 1806286. OLE color: 1806286.

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

Color convert

RGB 206 143 27 -
CMYK 0 0.31 0.87 0.19
HSL 38.88º 0.77% 0.46% -
HSV(B) 38.88º 0.87% 0.81% -
XYZ 35.47 32.85 5.51 -
YUV 148.61 59.37 168.93 -
System Red Green Blue C M Y K H S L
Decimal 206 143 27 0 0.31 0.87 0.19 38.88 0.77 0.46
Hex CE 8F 1B 0 1F 57 13 27 4D 2E
Octal 316 217 33 0 37 127 23 47 115 56
Binary 11001110 10001111 11011 0 11111 1010111 10011 100111 1001101 101110

Color Harmonies of #CE8F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F1B

Black with #CE8F1B

Text Example


Text Example

White with #CE8F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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