Html Css Color HEX #CF971F Buttercup

📋 copy color: '#CF971F'

red 207 ◦ green 151 ◦ blue 31

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

Shades of Buttercup #CF971F

Tints of Buttercup #CF971F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.82%

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

R = 53.21%
G = 38.82%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF971F (or 0xCF971F) is known color: Buttercup. HEX triplet: CF, 97 and 1F. RGB value is (207,151,31). Sum of RGB (Red+Green+Blue) = 207+151+31=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 31 (12.5% from 255 or 7.97% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF971F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF971F is #3068E0. Grayscale: #9A9A9A. Windows color (decimal): -3172577 or 2070479. OLE color: 2070479.

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

Color convert

RGB 207 151 31 -
CMYK 0 0.27 0.85 0.19
HSL 40.91º 0.74% 0.47% -
HSV(B) 40.91º 0.85% 0.81% -
XYZ 37.05 35.5 6.2 -
YUV 154.06 58.55 165.76 -
System Red Green Blue C M Y K H S L
Decimal 207 151 31 0 0.27 0.85 0.19 40.91 0.74 0.47
Hex CF 97 1F 0 1B 55 13 29 4A 2F
Octal 317 227 37 0 33 125 23 51 112 57
Binary 11001111 10010111 11111 0 11011 1010101 10011 101001 1001010 101111

Color Harmonies of #CF971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF971F

Black with #CF971F

Text Example


Text Example

White with #CF971F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF971F; }

 p { color: rgb(207,151,31); }

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

background-color css

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

 a { background-color: rgb(207,151,31); }

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

border-color css

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

 span { border-color: rgb(207,151,31); }

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