Html Css Color HEX #CE8F1F Buttercup

📋 copy color: '#CE8F1F'

red 206 ◦ green 143 ◦ blue 31

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

Shades of Buttercup #CE8F1F

Tints of Buttercup #CE8F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.16%

R = 54.21%
G = 37.63%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE8F1F (or 0xCE8F1F) is known color: Buttercup. HEX triplet: CE, 8F and 1F. RGB value is (206,143,31). Sum of RGB (Red+Green+Blue) = 206+143+31=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8F1F is #3170E0. Grayscale: #959595. Windows color (decimal): -3240161 or 2068430. OLE color: 2068430.

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

Color convert

RGB 206 143 31 -
CMYK 0 0.31 0.85 0.19
HSL 38.4º 0.74% 0.46% -
HSV(B) 38.4º 0.85% 0.81% -
XYZ 35.52 32.87 5.77 -
YUV 149.07 61.37 168.61 -
System Red Green Blue C M Y K H S L
Decimal 206 143 31 0 0.31 0.85 0.19 38.4 0.74 0.46
Hex CE 8F 1F 0 1F 55 13 26 4A 2E
Octal 316 217 37 0 37 125 23 46 112 56
Binary 11001110 10001111 11111 0 11111 1010101 10011 100110 1001010 101110

Color Harmonies of #CE8F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F1F

Black with #CE8F1F

Text Example


Text Example

White with #CE8F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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