Html Css Color HEX #CF8F1B Buttercup

📋 copy color: '#CF8F1B'

red 207 ◦ green 143 ◦ blue 27

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

Shades of Buttercup #CF8F1B

Tints of Buttercup #CF8F1B

RGB

 RED value IS 207 (81.25% from 255) = 54.91%

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

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

R = 54.91%
G = 37.93%
B = 7.16%

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

#CF8F1B (or 0xCF8F1B) is known color: Buttercup. HEX triplet: CF, 8F and 1B. RGB value is (207,143,27). Sum of RGB (Red+Green+Blue) = 207+143+27=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 27 (10.94% from 255 or 7.16% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8F1B is #3070E4. Grayscale: #959595. Windows color (decimal): -3174629 or 1806287. OLE color: 1806287.

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

Color convert

RGB 207 143 27 -
CMYK 0 0.31 0.87 0.19
HSL 38.67º 0.77% 0.46% -
HSV(B) 38.67º 0.87% 0.81% -
XYZ 35.75 32.99 5.52 -
YUV 148.91 59.2 169.43 -
System Red Green Blue C M Y K H S L
Decimal 207 143 27 0 0.31 0.87 0.19 38.67 0.77 0.46
Hex CF 8F 1B 0 1F 57 13 27 4D 2E
Octal 317 217 33 0 37 127 23 47 115 56
Binary 11001111 10001111 11011 0 11111 1010111 10011 100111 1001101 101110

Color Harmonies of #CF8F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8F1B

Black with #CF8F1B

Text Example


Text Example

White with #CF8F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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