Html Css Color HEX #CE8C1B Buttercup

📋 copy color: '#CE8C1B'

red 206 ◦ green 140 ◦ blue 27

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

Shades of Buttercup #CE8C1B

Tints of Buttercup #CE8C1B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.53%

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

R = 55.23%
G = 37.53%
B = 7.24%

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

#CE8C1B (or 0xCE8C1B) is known color: Buttercup. HEX triplet: CE, 8C and 1B. RGB value is (206,140,27). Sum of RGB (Red+Green+Blue) = 206+140+27=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8C1B is #3173E4. Grayscale: #939393. Windows color (decimal): -3240933 or 1805518. OLE color: 1805518.

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

Color convert

RGB 206 140 27 -
CMYK 0 0.32 0.87 0.19
HSL 37.88º 0.77% 0.46% -
HSV(B) 37.88º 0.87% 0.81% -
XYZ 35.03 31.96 5.36 -
YUV 146.85 60.37 170.19 -
System Red Green Blue C M Y K H S L
Decimal 206 140 27 0 0.32 0.87 0.19 37.88 0.77 0.46
Hex CE 8C 1B 0 20 57 13 26 4D 2E
Octal 316 214 33 0 40 127 23 46 115 56
Binary 11001110 10001100 11011 0 100000 1010111 10011 100110 1001101 101110

Color Harmonies of #CE8C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8C1B

Black with #CE8C1B

Text Example


Text Example

White with #CE8C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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